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 [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 ./
MIT.