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.
git clone git@github.com:barretlee/debugging-in-vscode-tutorial.git
cd debugging-in-vscode-tutorial
npm installOpen this project with VSCode. if you have install the global shell command code, then
code ./MIT.