Set up breakpoint debugging for a React app in VS Code without installing extra extensions
Configure VS Code to attach to a Node.js server running with Nodemon so it reconnects on restart
Debug Jest tests line by line in VS Code to pinpoint why individual tests are failing
Set up VS Code debugging for an AWS Lambda function using the recipe guide
This repository is a collection of short how-to guides for setting up debugging in Visual Studio Code, a free code editor made by Microsoft. Each guide, called a recipe, focuses on a specific technology or framework and explains how to configure VS Code so you can run and step through your code line by line to find problems. The list covers a wide range of common web and backend setups. There are recipes for React, Angular, Vue.js, Next.js, and other front-end frameworks, as well as server-side options like Node.js with Nodemon, Ruby on Rails, PHP, and Python. It also includes recipes for test runners such as Jest and Mocha, for Electron desktop apps, and for AWS Lambda functions. Each recipe is a separate folder or linked guide with its own README explaining the steps. The repository itself is mostly documentation and configuration files rather than runnable code. It is maintained by Microsoft and was created to help developers who already use VS Code get more out of its built-in debugging tools when working with specific frameworks that require extra setup.
← microsoft on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.