We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76089d3 commit 04eedaaCopy full SHA for 04eedaa
1 file changed
README.md
@@ -943,6 +943,8 @@ Python实现的数据库。
943
944
代码调试的库。
945
946
+ * PySnooper: 让你做print的事情,但不需要麻烦地添加很多语句,你只需要添加装饰器就可以得到运行日志,包括线运行,及对应变量的值。[链接](https://github.com/cool-RR/PySnooper/) [介绍](https://www.jianshu.com/p/5e9b79673f39)
947
+
948
* ipdb:IPython的 pdb。[链接](https://github.com/gotcha/ipdb)
949
950
* pudb:pdb的替代。[链接](https://bitbucket.org/antocuni/pdb/) -- 推荐
0 commit comments