如何在 Eclipse CDT 中使用 GDB 控制台?
- 作者: 想嗦不能嗦不能嗦又想嗦
- 来源: 51数据库
- 2022-12-19
问题描述
有没有办法在 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:
推荐阅读
