如何使用 PyScripter 从 Windows 远程调试在 Linux 上运行的 Python 脚本?

发布于 2024-10-01 09:27:00 字数 189 浏览 3 评论 0原文

我有一个在 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 技术交流群。

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

发布评论

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

评论(1

踏月而来 2024-10-08 09:27:00

目前无法从 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.

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