How to use the GDB console in Eclipse CDT?

Viewed 21172

Is there a way how I can access gdb's console in Eclipse? I would like to just be able to set breakpoints with the mouse and then use the console for debugging.

4 Answers
Related