filmov
tv
How to Debug Python Code From Command Line

Показать описание
On bigger projects, it often takes a long time for the IDE debugger to start up, and we can't afford to waste our valuable time waiting on it after each change.
That's why I finally had to give up the VSCode debugger and go with PDB, also known as Python Debugger.
It definitely seems scary and hard at first, when all you are presented with is the terminal with the prompt that says "PDB" and nothing else.
But things are only hard when we are not familiar with them. In fact, you only need to know a handful of commands to get started with debugging in PDB.
In this video, I will show you three ways of entering a PDB session, how to get help if you ever forget any of the commands, how to see the values of variables, step over lines or step into functions, as well as see where you are in the call stack.
These four and a half minutes of you watching this video will be an investment and save you a lot of time in the future, especially if you work in a large codebase.
#python #debugging #programming #softwaredevelopment
-------------------------------------------------------------------------------------
📰 *Sign up for my newsletter*
🖥️ *Free Courses to Learn Programming*
🛒 *Products I recommend*
*Connect with me*
#codevev
That's why I finally had to give up the VSCode debugger and go with PDB, also known as Python Debugger.
It definitely seems scary and hard at first, when all you are presented with is the terminal with the prompt that says "PDB" and nothing else.
But things are only hard when we are not familiar with them. In fact, you only need to know a handful of commands to get started with debugging in PDB.
In this video, I will show you three ways of entering a PDB session, how to get help if you ever forget any of the commands, how to see the values of variables, step over lines or step into functions, as well as see where you are in the call stack.
These four and a half minutes of you watching this video will be an investment and save you a lot of time in the future, especially if you work in a large codebase.
#python #debugging #programming #softwaredevelopment
-------------------------------------------------------------------------------------
📰 *Sign up for my newsletter*
🖥️ *Free Courses to Learn Programming*
🛒 *Products I recommend*
*Connect with me*
#codevev
Комментарии