AbdulElahGwaith's picture
Upload folder using huggingface_hub
ebffcb3 verified
|
Raw
History Blame Contribute Delete
1.5 kB
metadata
Order: null
Area: introvideos
TOCTitle: Debugging
ContentId: cf275b3d-c1d8-4a55-b2eb-a8a744882b6a
PageTitle: Introduction to Debugging in Visual Studio Code
DateApproved: 7/30/2018
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 configure and use debugging basics. We will walk you through how you get started with Node.js debugging in VS Code.

Tip: To use the debugging features demonstrated in this video for Node.js, you will need to first install Node.js.

Outline

  • Debugging that "just works".
  • Single file debugging.
  • Using a launch.json configuration files.
  • The difference between launch and attach debug configurations.
  • Use Watches to inspect your program's state and variables.

Learn More

Next steps