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?

Reply via email to