/vscode-debug-examples

Examples for Debugging in VS Code

Primary LanguageTypeScript

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

All examples

JavaScript examples

TypeScript examples

References