在 Eclipse 中配置启动

发布于 2024-10-03 15:23:57 字数 228 浏览 0 评论 0原文

我是 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 技术交流群。

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

发布评论

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

评论(1

洋洋洒洒 2024-10-10 15:23:57

关于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++?; ...)

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