| Order | |
|---|---|
| Area | introvideos |
| TOCTitle | Debugging |
| ContentId | cf275b3d-c1d8-4a55-b2eb-a8a744882b6a |
| PageTitle | Introduction to Debugging in Visual Studio Code |
| DateApproved | 10/8/2021 |
| MetaDescription | Debugging is a core feature of Visual Studio Code. Learn how to configure and use the Node.js debugger in this introductory video. |
| MetaSocialImage | images/opengraph/introvideos.png |
Debugging is a core feature of Visual Studio Code. In this tutorial, we will show you how to run and debug a program in VS Code. We'll take a tour of the Run and Debug view, explore some debugging features, and end by setting a breakpoint.
<iframe src="https://www.microsoft.com/videoplayer/embed/RWAIIi" width="640" height="320" allowFullScreen="true" frameBorder="0" title="Debugging in Visual Studio Code"></iframe>Tip: To use the debugging features demonstrated in this video for Node.js, you will need to first install Node.js. To follow along with the Python portion of the video, you'll need to install Python.
Here's the next video we recommend: Version Control
Pick another video from the list: Introductory Videos
- Debugging that "just works".
- Run a sample Node.js app.
- Use a
launch.jsonconfiguration file. - Single file debugging.
- Set a breakpoint.
- Version Control - Learn the basics of Git version control.
- Introductory Videos - Review the entire list of videos.
- Debugging - Official documentation for VS Code debugging.
- Integrated Terminal - Use the integrated terminal inside VS Code.