gdb + Windows 64: No debugging symbols found

Виталий Фадеев vital.fadeev at gmail.com
Sun Dec 27 04:51:40 UTC 2020


On Saturday, 26 December 2020 at 14:10:46 UTC, Basile B. wrote:
> On Saturday, 26 December 2020 at 11:55:58 UTC, Виталий Фадеев 
> wrote:
>> We have:
>> [...]
>> Problem is:
>>     $ gdb ./app.exe
>>     GNU gdb (GDB) 9.2
>>     ...
>>     (No debugging symbols found in ./app.exe)
>>
>> What is a right way to build .exe and debug with gdb ?
>
> Try to build with latest version of LDC and use the -gdwarf 
> option.
> This will generate debug info that GDB can understand.

Mike Parker, Basile B., thanks!



More information about the Digitalmars-d-learn mailing list