About 50 results
Open links in new tab
  1. Python debugging in VS Code

    The Python Debugger extension is automatically installed along with the Python extension for VS Code. It offers debugging features with debugpy for several types of Python applications, including scripts, …

  2. Getting Started with Python in VS 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!

  3. 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 look at how your …

  4. 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 debugging …

  5. Quick Start Guide for Python in VS Code

    A quick start guide to get you up and coding with the Python extension in Visual Studio Code.

  6. Running Python code in Visual Studio Code

    The VS Code Native REPL for Python builds upon the classic Python REPL and provides additional features, such as Intellisense and syntax highlighting to make your Python development experience …

  7. Python environments in VS Code

    When you open a terminal in VS Code, the extension automatically activates your selected Python environment so that python, pip, and related commands use the correct interpreter.

  8. FastAPI Tutorial in Visual Studio Code

    You can learn more about Python debugging in VS Code in the Python tutorial. You can now continue the execution of the code by selecting Continue in the Debug view tool bar, or by pressing F5.

  9. 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 framework and pytest.

  10. Run and Debug Python in the Web - Visual Studio Code

    Your source code must be hosted either on your local file system or a GitHub repository that is accessed through the GitHub Repositories extension. When starting VS Code for the Web, you need to add the …