如何在 pyscripter 中调试多个脚本?
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要解决您的问题,请使用远程解释器和调试器,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.