Geany 可以用来调试 C++
最近,我从 Eclipse CDT 转向 Geany 进行 C++ 编码工作,因为它很简单。可以用来调试C++吗?如果没有,openSuse 上还有哪些 IDE 可以用于 C++ 调试。
Recently I shifted from Eclipse CDT to Geany for my C++ coding work, because of its simplicity. Can it be used to Debug C++. If no, Which other IDE on openSuse can be used for C++ debugging.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有关 GeanyGDB 插件的信息,请参阅此处。
其他可用于调试 C++ 的 IDE 包括 Anjuta 和 QtCreator。
See here for information regarding GeanyGDB plugin.
Other IDEs that can be used to debug C++ include Anjuta and QtCreator.
用于 C/C++ 的 GNU 调试器 (GDB) 可以通过 Geany 的 调试器插件 在 Geany 中使用。
The GNU Debugger (GDB) for C/C++ can be used in Geany via Geany's Debugger plugin.