Command-Line Python Debugging with pdb

preview_player
Показать описание
In this video, we learn how to debug Python code in the command-line, which is especially useful for those of you, who prefer a lightweight coding setup.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

that's what i was looking for. Thanks

yoxmqxe
Автор

Super. Subscribed. You are on the ball

marcuswest
Автор

also it's good to know that you can use every or almost every pdb command by its 1st letter and for print you can just type the variable name like in interactive mode of python interpreter

georgybachakashvili
Автор

Is it usable in big project with lot of imports?

nangelo
Автор

Hi Need some help:
I have a python executable say prog1.exe...
I want to debug this executable using pdb ... How to do it ?

jhodjlc