使用 Eclipse 调试外部控制台程序

发布于 2024-10-11 01:58:14 字数 121 浏览 2 评论 0原文

如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

谎言月老 2024-10-18 01:58:14

您可以将调试会话附加到外部应用程序:

是否可以将调试会话附加到 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

无边思念无边月 2024-10-18 01:58:14

如果有其他选择,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

瘫痪情歌 2024-10-18 01:58:14

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文