#PythonTutorial for Beginners Full Course 7 Debug #Python code using #PyCharm Python 3 Programming
The python video covers how to debug code in Pycharm, what are the elements of PyCharm, basic concepts of debugging, how to set a breakpoint, use of watches and when to use step over function.
Topics that are covered in this Video:
0:15 Create new project
2:42 Elements of PyCharm editor
3:52 menu(Dashboard)
4:05 Project panel
4:16 Core editor
4:25 Console output
5:00 Debugging
5:46 Set breakpoint
7:04 Watches
7:20 Step over function