tags:

views:

54

answers:

1

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
Doesn't work here.
Nils
There is a console called gdb, but I cannot enter anything useful there..
Nils
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