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
andattach
- 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