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.
Next video: Version Control
Video 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.
Next video
- Version Control - Learn the basics of Git version control.
Related resources
- Debugging - Official documentation for VS Code debugging.
- Integrated Terminal - Use the integrated terminal inside VS Code.