Python调试

发布于 2024-08-16 10:44:34 字数 1539 浏览 3 评论 0原文

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

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

发布评论

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

评论(4

愚人国度 2024-08-23 10:44:34

pdb 具有此功能 - 这里有一个很好的实践教程

如果您正在寻找 IDE 解决方案,pydev(Eclipse Python 插件)可能会有所帮助。

pdb has this feature - there's a nice hands-on tutorial about it here.

pydev, the eclipse python plugin, might help if you're looking for an IDE solution.

拥抱影子 2024-08-23 10:44:34

Ulipad IDE的调试功能非常好,就像Turbo C++ IDE的调试器一样。

Ulipad IDE's debugging feature is very good, its just works like Turbo C++ IDE's debugger.

请你别敷衍 2024-08-23 10:44:34

在命令行中,有 pdb

在 IDE 中,Netbeans 有 一些人喜欢的 GUI 调试器

At the commandline, there's pdb

In an IDE, Netbeans has a GUI debugger that some people like.

澉约 2024-08-23 10:44:34

我使用 Netbeans IDE.. 非常好的(并且正在改进)Python 支持..
如果您下载标准安装程序,则必须安装 python 插件。

I use Netbeans IDE.. very good (and improving) python support..
you will have to install the python plugin if you download the standard installer..

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