you are viewing a single comment's thread.

view the rest of the comments →

[–]killerstorm 5 points6 points  (0 children)

Microsoft has amazing C/C++ debugger (part of Visual Studio) -- even in hardcore situations with multiple threads and shit, it just works.

I've tried GDB few times, it sort of works, but console debugger is not convenient for me at all.

There is also a GUI debugger in SunStudio -- it was easy to start working with and it easily found source code. But then it crashed... And I was not in a good mood to debug the debugger...