vscode-debug-examples icon indicating copy to clipboard operation
vscode-debug-examples copied to clipboard

Examples for Debugging in VS Code

English | 简体中文

Debugging use VSCode

Some VScode debugging examples, let you quickly understand and get started with VSCode debugging.

Why use VSCode ?

I'm a deep user of vi and Atom, Now an user for VSCode, Here is the reasons I chose VSCode:

  • nice looking, like Atom
  • Good compatibility with vim
  • Debug with ease, Better than Vim or Atom
  • Extensible, Same with Vim and Atom
  • TypeScript Friendly

Get started

  • Experience VScode Node.js debugging in one minute
  • Simplest launch mode
  • Simplest attach mode
  • Understanding launch and attach
  • Use npm
  • Use Nodemon
  • Configuration Examples
  • Use attach in React (Advanced)
  • Debugging tests in VS Code (Jest)
  • egg.js Debugging

All examples

JavaScript examples

  • minimal-node-app
  • minimal-attach
  • use-npm
  • use-nodemon
  • use-nodemon-attach
  • express-app
  • koa-app
  • react-app
  • react-app-attach
  • jest-test
  • egg-app

TypeScript examples

  • express-app
  • koa-app
  • react-app
  • angular-app
  • jest-test
  • egg-app

References