Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.83 KB

File metadata and controls

39 lines (28 loc) · 1.83 KB
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 in Visual Studio Code

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.

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.

<iframe src="https://www.microsoft.com/videoplayer/embed/RWAIIi" width="640" height="320" allowFullScreen="true" frameBorder="0" title="Debugging in Visual Studio Code"></iframe>

Here's the next video we recommend: Version Control

Pick another video from the list: Introductory Videos

Video outline

  • Debugging that "just works".
  • Run a sample Node.js app.
  • Use a launch.json configuration file.
  • Single file debugging.
  • Set a breakpoint.

Next video

Related resources