多线程Python应用程序的远程调试
如何从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了几次快速试用之外,我从未使用过它,但是 winpdb 听起来它正是你想要的:
I've never used it except a few quick trial runs, but winpdb sounds like it does just what you want: