program compiled with -g flag give no debugging symbols found on gdb.

Marc jckj33 at gmail.com
Tue Feb 27 18:20:33 UTC 2018


What am I missing? I compiled na application with -g flag but 
when I do:

> gdb --args myapp.exe foo

I get:

> Reading symbols from myapp.exe...(no debugging symbols 
> found)...done.

What am I missing?


More information about the Digitalmars-d-debugger mailing list