We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
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.
Ulipad IDE的调试功能非常好,就像Turbo C++ IDE的调试器一样。
Ulipad IDE's debugging feature is very good, its just works like Turbo C++ IDE's debugger.
在命令行中,有 pdb
在 IDE 中,Netbeans 有 一些人喜欢的 GUI 调试器。
At the commandline, there's pdb
In an IDE, Netbeans has a GUI debugger that some people like.
我使用 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..