Hi Shane,
No symbol table is loaded.
Are you sure that your application is compiled with debug information. If you application is compiled with debug information the path of the sources is stored in the debug info (relative of absolute). If you use relative path the working directory of the gdb must be correct. You can also use the gdb command line option --cd=<path> to specify the working directory.
Bye,
Mario
Hi.
I have same problem. I use two projects Dynamic Library and Console Application. I have compiled them with "Produce Debugging Symbol".
I need debugger because i had segmentation fault and i can't find error without debugger.
Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: /home/miroslav/Development/Games/Examples/
Adding source dir: /home/miroslav/Development/Games/Examples/
Adding file: bin/Debug/Examples
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb (GDB) 7.0-ubuntu
Continuing...
The program is not being run.
Debugger finished with status 0
Thanks