How to use the GDB console in Eclipse CDT?(如何在 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:
这篇关于如何在 Eclipse CDT 中使用 GDB 控制台?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!