Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 608 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 608 Bytes

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

git clone [email protected]:barretlee/debugging-in-vscode-tutorial.git
cd debugging-in-vscode-tutorial
npm install

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

code ./

License

MIT.