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.
A:
It is possible to write in the console window and gdb answers. (You have to choose the right console window from the chooser in the top right edge of the console view).
Unfortunately the console is quite limited: gdb answers to command, but important features like tab-completion do not work.
IanH
2010-08-02 12:21:33
Doesn't work here.
Nils
2010-08-02 12:30:47
There is a console called gdb, but I cannot enter anything useful there..
Nils
2010-08-02 12:43:59
I figured out that I can adjust the settings when going to Debug->Debug Configurations, however I have no idea what to choose. Also It crashed when I tried to display an array by right clicking on in in the variable window and then choosing "Display as Array"
Nils
2010-08-02 12:51:32