Debugging Python Code Tutorial

preview_player
Показать описание
Today we learn how to properly debug Python code using PyCharm. This is also applicable to other IDEs and Editors that support debugging.

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

🌐 Social Media & Contact 🌐

Timestamps:
(0:00) Intro
(0:16) Debugging Fundamentals
(7:57) Debugging Problems & Errors
(13:29) Outro
Рекомендации по теме
Комментарии
Автор

How do you debug a if statement in general. Also how do you debug a if statement in vs code? I want to see the results of the conditionals tests.

Captinofthemudslayer
Автор

Amazing video!!! ... Thank you very much for sharing your knowledge.

LearningWorldChatGPT
Автор

i see your excellent video on injection code to picture and i have a question:
if you screenshoot a picture that have a injection in did you still get the injection on your screenshot? (no joke i am beginner)

tcgvsocg
Автор

Why does your vedios have perfect timing? You upload them just when I need them!!

What kind of sorcery is this!?

rachittanwar
Автор

Thanks for your interesting and super long video.
Perhaps you can help me cause I don't know how I can debug something like
"cat myfile | python-script-1.py option1 | python-script-2.py option2"?
With VS Code I tried to use debugpy too. But I have to call both scripts like so
"python -m debugpy --listen 5678 --wait-for-client python-script-1.py option1"
and I don't know what to do if I want to debug both scripts at once. Perhaps there is a way to bring vs code into listen mode and connect to it from the cmdline scripts? This is the way I was used to work with when remote debugging PHP with xdebug. And I don't know how to do it with PyCharm. Hope you can help. Thanks a lot in advance.

uwegenosdude
Автор

Please create a gmail cleaner using python

jaspreetsingh