多线程Python应用程序的远程调试

发布于 2024-07-08 06:53:10 字数 197 浏览 10 评论 0原文

如何从 Windows XP 或 Vista 远程调试在基于嵌入式 Linux 的系统上运行的多线程 Python 应用程序?

到目前为止,我只遇到过基于 PyScripter 的远程调试。 它的表现如何?

How can I do remote debugging of a multi threaded Python application, running on an Embedded Linux based system, from Windows XP or Vista?

So far I have only come across PyScripter based remote debugging. How does it perform?

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

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

发布评论

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

评论(1

倾城泪 2024-07-15 06:53:10

除了几次快速试用之外,我从未使用过它,但是 winpdb 听起来它正是你想要的:

Winpdb 是一个独立于平台的 GPL
Python 调试器支持
多线程、命名空间
修改、嵌入式调试、
加密通信,最多可达
比 pdb 快 20 倍。

I've never used it except a few quick trial runs, but winpdb sounds like it does just what you want:

Winpdb is a platform independent GPL
Python debugger with support for
multiple threads, namespace
modification, embedded debugging,
encrypted communication and is up to
20 times faster than pdb.

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