在 Eclipse 中配置启动
我是 Visual Studio 的长期用户,现在刚刚切换到 Eclipse。这真的很好,但我有几个问题:
1)是否可以从 Eclipse 启动我的应用程序到一个新的真实终端,而不是内置控制台视图?
2)我也非常希望它能够在我正在调试的程序终止后自动将视角切换回C/C++。我已经寻找了一个解决方案,我意识到一个解决方案可能不存在,但我希望有人可能知道一个插件或实现这一目标的东西。
谢谢!
I'm a long-time Visual Studio user just now switching over to Eclipse. It's really nice, but I have a couple questions:
1) Is it possible to launch my app from Eclipse into a new, real terminal instead if the built-in console view?
2) I'd also really like it to automatically switch the perspective back to C/C++ after the program I'm debugging terminates. I've looked all over for a solution and I realize one probably doesn't exist, but I'm hoping somebody might know of a plugin or something that achieves this.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关于1),可能是我关于“Eclipse - 运行”的旧答案不在本机 Eclipse 控制台中的程序”可以提供帮助。 (此线程也可能有帮助)
关于2),我认为这不存在对于 Java。
奇怪的是,这个已经为 Php 实现了。
但这一切还取决于您的 Eclipse 版本和发行版。
(JDT 用于 Java?PDT 用于 Php?,CDT 用于 C/C++?;...)
Regarding 1), may be my old answer about "Eclipse - Runing programs not in the native eclipse console" can help. (this thread might also help)
Regarding 2), I don't think this exist for Java.
Oddly enough, this has been implemented for Php.
But all this depends also on your Eclipse version and distribution.
(JDT for Java? PDT for Php?, CDT for C/C++?; ...)