Linked by Thom Holwerda on Sat 13th May 2006 18:13 UTC, submitted by anonymous
Thread beginning with comment 124440
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2005-08-08
> I prefer Visual Studio debugger because I don't have to learn those weird commands and I can see both source and disassembly all the time without typing god damn commands.
gdb is well integrated into Eclipse (with the CDT plugin). Other IDEs, such as Code::Blocks, provide a GUI for gdb too.
And there are also a few dedicated GUIs for gdb (such as Insight or DDD).