Setting up GDB debugger with Eclipse

Bruno Medeiros brunodomedeiros+dng at gmail.com
Wed Feb 19 06:42:25 PST 2014


On 17/02/2014 22:32, Michael Sentinella wrote:
> On Sunday, 16 February 2014 at 14:10:03 UTC, Michael Sentinella wrote:
>> Hi, I'm new to this group and Eclipse. I have installed Eclipse with
>> DDT and GDB  and the debugger steps through a HelloWorld.cpp
>> successfully, but a DDT project doesn't do likewise. The HelloWorld.d
>> prints the correct output to the console but there doesn't seem to be
>> any debug activity.
>>
>> Here are some screenshots of the Eclipse menus:
>>
>> http://tryimg.com/4/ejnj.png
>
> Oh, I forgot this one:
>
> http://tryimg.com/4/ekxk.png

The "no symbol table load" message indicates the file does not have 
debug information compiled in. How did you compile the executable?


More information about the Digitalmars-d-ide mailing list