如何在 pyscripter 中调试多个脚本?

发布于 2024-07-17 10:13:59 字数 198 浏览 4 评论 0原文

我在 USB 驱动器上安装了便携式 python,我非常喜欢 pyscripter。 问题是,在我开始调试脚本后,IDE 会冻结(等待代码到达断点)。 这意味着我无法用它做任何事情(我什至无法保存文件)。 能够一次调试多个脚本将非常有用。

我什至尝试启动 IDE 的一个新实例,但它又回到了打开的状态。 我可以做些什么来在给定时间调试多个脚本吗?

I installed portable python on my USB drive, and I really like pyscripter a lot. The thing is, after I start debugging a script, the IDE kind of freezes ( waiting for the code to reach a breakpoint ). This means I can't do anything with it ( I can't even save files ). It would be very useful to be able to debug more than one script at a time.

I even tried starting a new instance of the IDE, but it comes back to the one open. Is there something I can do to be able to debug more than one script at a given time ?

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

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

发布评论

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

评论(1

∞琼窗梦回ˉ 2024-07-24 10:13:59

要解决您的问题,请使用远程解释器和调试器,PyScripter 的响应速度将变得更快。 即使出现问题,IDE 也不会崩溃 - 只需重新初始化远程解释器并恢复工作。

To solve your problem, use Remote Interpreter and Debugger and PyScripter will become much more responsive. Even if something goes wrong, IDE will not crash - just reinitialize remote interpreter and resume working.

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