Debugging Python programs using pdb (the Python debugger)
redshiftzero
0:00 / 0:00
Debugging Python programs using pdb (the Python debugger)
2 210 просмотров · 6 л. назад
redshiftzero
777 подписчиков
2 210 просмотров · 6 л. назад
Pdb is the Python debugger in the standard library. A debugger is a very useful tool to understand a program, and in this video we learn various methods for invoking pdb as well as basic pdb commands.
Links:
PDB documentation - https://docs.python.org/3/library/pdb...
PEP 553 - Built-in breakpoint() function — https://www.python.org/dev/peps/pep-0...