在 Eclipse 中重新启动时自动终止先前运行的 Python 解释

发布于 2024-12-26 06:49:36 字数 179 浏览 0 评论 0原文

Eclipse 插件 Pydev 是否​​有一个选项,它会导致 Pydev 在启动新的 python 实例时自动终止任何已经运行的 python 实例?

首选项中有一个选项-->运行/调试-->常规选项 -->创建新启动时删除终止的启动

我需要以下类型的选项:“创建新启动时终止并删除所有启动”

Is there an option for the Eclipse plugin Pydev which would cause Pydev to automatically terminate any already running python instances when a new python instance is launched?

There is an option in Preferences --> Run/Debug --> General Options --> Remove terminated launches when new launches are created

I would need an option of the type: "Terminate and Remove all launches when new launches are created"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

ˉ厌 2025-01-02 06:49:36

有点...

您可以执行以下操作:定期启动并查看 PyDev 控制台中的按钮。有一些选项可以终止所有启动,以及重新启动上次启动以终止当前启动 - 如果将鼠标悬停在按钮上,则会出现快捷方式:

因此(假设您专注于 PyDev 编辑器):

  • 终止所有启动:Ctrl+Alt+ F9
  • 终止当前并重新启动它: Ctrl+Shift+F9

不完全是你想要的,但我认为它现在更接近......

Sort of...

you can do the following: do a regular launch and take a look at the buttons in the PyDev console. There are options to terminate all launches, and to relaunch the last launch terminating the current one -- the shortcuts appear if you hover over the buttons:

So (provided you have focus on a PyDev editor):

  • terminate all launches: Ctrl+Alt+F9
  • terminate current and relaunch it: Ctrl+Shift+F9

Not exactly what you want, but I think it's the closer it gets right now...

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