
Basic code debugging in PyCharm | Getting started
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:
Download PyCharm: jb.gg/u8syo9
Twitter: twitter.com/pycharm
Documentation:
Debug: www.jetbrains.com/help/pycharm/debugging-code.html
Breakpoints: www.jetbrains.com/help/pycharm/using-breakpoints.h…
Start a debugging session: www.jetbrains.com/help/pycharm/starting-the-debugg…
Examine a suspended program: www.jetbrains.com/help/pycharm/examining-suspended…
Stepping through: www.jetbrains.com/help/pycharm/stepping-through-th…
Host:
Paul Everitt: twitter.com/paulweveritt
コメント