项目作者: barretlee

项目描述 :
Demostration of Debugging in vscode.
高级语言: HTML
项目地址: git://github.com/barretlee/debugging-in-vscode-tutorial.git
创建时间: 2019-03-18T13:18:30Z
项目社区:https://github.com/barretlee/debugging-in-vscode-tutorial

开源协议:

下载


Debugging in vscode

文章地址

The demonstration help you to config .vscode/launch.json in VSCode, and tell you how to debug in vscode.

To increace the difficulty of debugging tutorial, we choose typescript and use ts-node to run our code.

Install demonstration

  1. git clone git@github.com:barretlee/debugging-in-vscode-tutorial.git
  2. cd debugging-in-vscode-tutorial
  3. npm install

Open this project with VSCode. if you have install the global shell command code, then

  1. code ./

License

MIT.