How to use the GDB console in Eclipse CDT?

前端 未结 4 793
渐次进展
渐次进展 2020-12-28 14:03

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条回答
  •  忘掉有多难
    2020-12-28 14:49

    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

提交回复
热议问题