Debugging is a fundamental skill in software development. Whether it's a personal project or a professional one, knowing how to debug will make you a more productive developer.
In this video I do an in-depth walkthrough on how to use the Python debugger in the command line or in an IDE.
CHAPTERS 📖
00:00 Intro
01:15 - Explaining the Code we'll Debug
4:10 - Debugging Using Pdb in our Code
24:11 - Debugging Using Pdb on the Command Line
32:06 - Debugging in an IDE (VSCode)
40:27 - Advanced Debugging in an IDE (VSCode)
43:47 - Configuring Custom Debuggers in VSCode
48:28 - Outro and Thanks
LINKS 🔗
- Python Debugger Documentation: https://docs.python.org/3/library/pdb.html
- Realpython article on how to use the Python Debugger: https://realpython.com/python-debugging-pdb/
- Debugging Python in VSCode Documentation: https://code.visualstudio.com/docs/python/debugging