Basic code debugging in PyCharm | Getting started

preview_player
Показать описание
This is the Getting Started Series, with Paul Everitt.

In this episode, Paul goes through some basic tools to get you started in debugging your code. PyCharm takes productive debugging very seriously, and this is just an intro. Check our documentation (links below) for more advanced features and workflows.

0:00 - Intro
01:29 - Breakpoints and Debug Session
03:32 - Debug Tool Window
04:24 - Debugger and Console Tabs
06:41 - Step through
08:03 - Wrap up

Links:

Documentation:

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

Thank you! Delightful! Pythonic video with a nautical map in the background!

jyemhix
Автор

Thank you Paul. I might add that it would be interesting if you would post videos on using various frameworks in PyCharm such as Flask, FastAPI, Django etc. with sample web apps

larryeisenberg
Автор

thanks, Paul, your video was helpful

benjaminandoh
Автор

Hello, Paul. How do we set a 'go' point or 'execution' point above the current line being executed while debugging? Another way of saying this is, How do we change the current line being executed without rerunning the entire method?

An example: We are stepping through a loop and realized that before entering the loop, we need to initialize a variable to 0. We add the line of code to initialize the variable above the loop then we want to move the execution point from the end of the loop to the init statement above the loop. Step through the init and then restep though the loop.

wamdn
Автор

Would have liked to know more about to change variables on the fly

ohhs
Автор

I am sick to death hearing this 'ad script section' about 80% not clicking subscribe button. Please cut it out if you do want people to subscribe. They will subscribe if the content is good and useful, not in response to repetitive ad clips. That only puts them off and prevents subscription. For more subscriptions [including mine] cut out the first 90 seconds of this video. Thank you.

pdep