问题描述
有没有办法在 eclipse 中访问 gdb 的控制台?我希望能够用鼠标设置断点,然后使用控制台进行调试.
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.
推荐答案
你必须点击这里
接下来选择一个 *gdb
现在您可以在控制台中编写 gdb 命令示例:
now you can write gdb commands in console example: