How to use the GDB console in Eclipse CDT?

Nils picture Nils · Aug 2, 2010 · Viewed 20k times · Source

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.

Answer

Dawid Drozd picture Dawid Drozd · Aug 7, 2013

You must click here enter image description here

Next select one with *gdb enter image description here

Now you can write GDB commands in console example:

enter image description here