如何将执行显示输出到 Eclipse 中的控制台以进行远程 C++?
我使用带有 Hp/UX 插件的 Eclipse 3.4.1 来远程调试 C/C++。 它工作得很好,除了一个问题:每当我编译项目时,输出显示是 Eclipse 的控制台视图,但是当我运行或调试任何项目时,输出窗口是旧的且不太好的 MS-DOS 命令窗口。 我还没有找到任何方法来改变这种行为。
如何设置执行输出显示到Eclipse控制台?
更新: 环境:在Windows XP上运行Eclipse 3.4.1并在HP/UX服务器上调试C/C++应用程序。
CDT版本是5.0.0。
I'm using Eclipse 3.4.1 with Hp/UX plugin for remote debugging of C/C++. It works very fine, except for one issue: whenever I compile my projects, the output display is Eclipse's console view, but when I run or debug any projects, the output window is the old and not-so-good MS-DOS command window. I haven't find any way to change this behavior.
How do I set the execution output display to Eclipse console?
Update:
Environment: running Eclipse 3.4.1 on Windows XP and debugging C/C++ applications on an HP/UX server.
CDT version is 5.0.0.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的是哪个版本的 CDT? 因为从这个“hello world”指南看来spawner.dll几乎可以为您处理这个控制台重定向。
Which version of CDT are you using? Because from this "hello world" guide it seems the spawner.dll pretty much handles this console redirection for you.