Version 1.107 is now available! Read about the new features and fixes from November.
Dismiss this update
Visual Studio Code supports debugging of many languages and platforms via debuggers that are either built-in or contributed by extensions.
To make it easier to get started with debugging, we have made a collection of debugging "recipes" which contain the steps and configuration you need to set up debugging for your favorite platform. The recipes are in GitHub at https://github.com/microsoft/vscode-recipes.
The Visual Studio Code editor supports debugging Node.js applications via the built-in Node.js debugger.

Recipes:
The Visual Studio Code editor supports debugging of JavaScript running in Microsoft Edge and Google Chrome.

You can read more about debugging browsers works in the Browser Debugging documentation.
Recipes:
Blog posts:
The Visual Studio Code editor supports debugging Electron applications via the built-in JavaScript debugger.

Recipes: