624 B
624 B
Python 101:第 24 集——用 pdb 调试
原文:https://www.blog.pythonlibrary.org/2018/09/11/python-101-episode-24-debugging-with-pdb/
https://www.youtube.com/embed/iYPkSbdjJbg?feature=oembed
了解使用 Python 内置调试器 pdb 的基础知识。请注意,这个截屏是在 Python 3.6 和 3.7 之前录制的,因此它没有涵盖调试器中的一些新增强。
你可以在这里阅读这个截屏所基于的章节:http://python101.pythonlibrary.org/chapter24_debugging.html