
Python debugging in VS Code
Details on configuring the Visual Studio Code debugger for different Python applications.
Getting Started with Python in VS Code - Visual Studio Code
In this tutorial, you will learn how to use Python 3 in Visual Studio Code to create, run, and debug a Python "Roll a dice!" application, work with virtual environments, use packages, and more!
Python in Visual Studio Code
VS Code comes with great debugging support for Python via the Python Debugger extension, allowing you to set breakpoints, inspect variables, and use the debug console for an in-depth …
Quick Start Guide for Python in VS Code
You can start debugging by setting a breakpoint in your Python project by clicking in the gutter next to the line you wish to inspect. To start debugging, initialize the debugger by pressing F5.
Debug code with Visual Studio Code
This article describes the debugging features of VS Code and how to get started with debugging in VS Code. You also learn how you can use Copilot in VS Code to accelerate setting up your …
Visual Studio Code debug configuration
Learn how to configure debugging in Visual Studio Code with launch.json, including attributes, variable substitution, and compound configurations.
Python testing in Visual Studio Code
The Python extension builds on the built-in testing features in VS Code and provides test discovery, test coverage, and running and debugging tests for Python's built-in unittest …
Python environments in VS Code
By default, the debugger will use the Python interpreter chosen with the Python extension. However, if there is a python property specified in the debug configuration of launch.json, it …
Run and Debug Python in the Web - Visual Studio Code
We are happy to announce experimental support for running Python code on the Web. To try it out, install the latest pre-release version of the Experimental - Python for the Web extension …
Python in a container - Visual Studio Code
Develop, build, and debug a Python app in a container, using Visual Studio Code.