在 Eclipse 中重新启动时自动终止先前运行的 Python 解释
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有点...
您可以执行以下操作:定期启动并查看 PyDev 控制台中的按钮。有一些选项可以终止所有启动,以及重新启动上次启动以终止当前启动 - 如果将鼠标悬停在按钮上,则会出现快捷方式:
因此(假设您专注于 PyDev 编辑器):
不完全是你想要的,但我认为它现在更接近......
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):
Not exactly what you want, but I think it's the closer it gets right now...