使用 Eclipse 调试外部控制台程序
如何使用 Eclipse 调试从 Eclipse 外部运行的 (C/C++) 控制台程序?我想单击“调试”按钮来启动外部控制台(Windows 中的 Cygwin shell;或 OS X 中的终端)并在 main() 中中断。
How can I use Eclipse to debug a (C/C++) console program running external from Eclipse? I'd like to click the Debug button to launch the external console (Cygwin shell in Windows; or Terminal in OS X) and break in main().
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以将调试会话附加到外部应用程序:
是否可以将调试会话附加到 eclipse CDT 中正在运行的程序
program-in-eclipse -
You can attach your debug session to an external application:
Is it possible to attach a debugging session to a running program in eclipse CDT
Greetings
如果有其他选择,xxgdb 应该可以满足您的大部分需求。还有 gdb,如果您打算从终端工作。 参考这篇文章
If an alternative is fine, xxgdb should do most of what you need. And gdb, if you intend work from terminal. refer this article
LiveOutput.com
不确定这是否有帮助,但您可以通过几行代码将消息记录到此网站(如果您的程序可以访问互联网)。它就像一个基于云的控制台。
LiveOutput.com
Not sure if this helps, but you can log messages to this website in a few lines of code (if your program has internet access). Its like a cloud based console.