如何使用 PyScripter 从 Windows 远程调试在 Linux 上运行的 Python 脚本?
我有一个在 Linux 和 AIX 上运行的 Python 脚本(运行 Python v2.6 或 v2.7)。
我希望能够从 Windows 调试此脚本。如果可能的话我想使用 PyScripter。
如果无法使用 PyScripter,您会推荐什么其他 IDE + 调试器组合?我更喜欢易于设置并快速运行而无需进行大量修改的东西。
I have a Python script (running Python v2.6 or v2.7) that runs on Linux and also AIX.
I'd like to be able to debug this script from Windows. I'd like to use PyScripter if possible.
If it is not possible to use PyScripter, what other combination of IDE + debugger would you recommend? I would prefer something easy to set up and get running quickly without a huge amount of tinkering.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前无法从 PyScripter 调试远程计算机上的脚本。这是一个计划好的功能思想。您也许可以使用 winpdb。
更新:PyScripter 3.5 支持在 Linux 和 Windows 计算机上远程运行/调试脚本。请查看这篇博客文章 了解详细信息。另请查看这篇博客文章。
Currently it is not possible to debug a script on a remote machine from PyScripter. This is a planned feature thought. You may be able to use winpdb.
Update: PyScripter 3.5 supports running/debugging scripts running remotely at Linux and Windows machines. Please have a look at this blog post for details. Have a look also at this blog post.