flâneur — a map of the web's best reading

Debugging in Visual Studio Code

code.visualstudio.com · 2,448 words · saved by 1 readers

One of the key features of Visual Studio Code is its great debugging support. VS Code's built-in debugger helps accelerate your edit, compile, and debug loop. VS Code has built-in debugging support for the Node.js runtime and can debug JavaScript, TypeScript, or any other language that gets transpiled to JavaScript. For debugging other languages and runtimes (including PHP, Ruby, Go, C#, Python, C++, PowerShell and many others), look for Debuggers extensions in the VS Code Marketplace or select Install Additional Debuggers in the top-level Run menu. Below are several popular extensions which include debugging support: Tip: The extensions shown above are dynamically queried. Select an extension tile above to read the description and reviews to decide which extension is best for you. The following documentation is based on the built-in Node.js debugger, but most of the concepts and features are applicable to other debuggers as well. It is helpful to first create a sample Node.js applicat

Debug code with Visual Studio Code 📼 Rewatch VS Code Live at MS Build 2026 Dismiss this update Copy as Markdown Copy as Markdown View as Markdown Debug code with Visual Studio Code Visual Studio Code has rich support for debugging various types of applications. VS Code has built-in support for JavaScript, TypeScript, and Node.js debugging. The Visual Studio Marketplace has a wide variety of debugging extensions to add debugging support for other languages and runtimes to VS Code. This article describes the debugging features of VS Code and how to get started with debugging in VS Code. You als

Explore this link on the map →

related reading