How To Debug Python Code In Visual Studio Code (VSCode)

Описание к видео How To Debug Python Code In Visual Studio Code (VSCode)

Sign Up 👻👻👉 https://semicolon.dev/YouTube
(We're free online community, meet other makers!)

Hey guys this tutorial shows you the basics of debugging Python in VS Code.

00:00 How to debug python in vscode - getting started!
00:11 Creating a python class and a simple python program
00:43 Installing VSCode's Python extension
01:00 To start debugging press F5 and choose to debug either a Python Module or currently open Python file
01:16 Overview of vscode python debugging tools (continue, unpause, step over, step into, step out, reset, stop)
02:09 How to add a breakpoint to a line of code
02:40 How to change the value of a variable in python debugger
03:28 Creating an expression breakpoint
04:28 Creating a hit point breakpoint
05:20 Creating a log message breakpoint
05:51 Debug Console: where to view log messages from a breakpoint in the vscode terminal?

Комментарии

Информация по комментариям в разработке