AbdulElahGwaith's picture
Upload folder using huggingface_hub
ebffcb3 verified
|
Raw
History Blame Contribute Delete
1.5 kB
---
Order:
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](https://nodejs.org/en/).
<iframe src="https://www.youtube.com/embed/2oFKNL7vYV8?rel=0&amp;disablekb=0&amp;modestbranding=1&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
## 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
* [Debugging](/docs/editor/debugging.md) - Official documentation for VS Code debugging.
* [Integrated Terminal](/docs/editor/integrated-terminal.md) - Use the integrated terminal inside VS Code.
## Next steps
* [Git Version Control](/docs/introvideos/versioncontrol.md) - Learn the basics of Git version control.