Using the Python Debugger: Become a More Efficient Python Developer!

preview_player
Показать описание
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 🔗
Рекомендации по теме
Комментарии
Автор

Well I guess 75% of programming will now be entering prompts into ChatGPT 🤔 but hey knowing how to debug the generated code will still make the process smoother 😅.

trentdoesmath
Автор

Hey man, love the content keep pushing more ❤

insiderentertainment
Автор

This is an amazingly useful video. It’s very practical. Thank you!!

lpadgett