如何在 Eclipse CDT 中使用 GDB 控制台?
有没有办法在 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:
相关文章