This is a simple demo project showing how to setup debugging in VSCode using ts-node.
-
Run these commands:
git clone git@github.com:bradymholt/vscode-debugging-ts-code cd vscode-debugging-ts-code npm install
-
Open the
vscode-debugging-ts-code
directory in VSCode. -
Set a breakpoint inside of
index.ts
-
"Start Debugging" in VSCode
-
Your breakpoint should be hit