This repository is a plugin for easy debugging of TypeScript in Visual Studio Code.
- typescript
- tsx(recommend) or ts-node
- Install the TS Debug extension in VS Code.
- Create a new 'program' file
*.ts
. _ Install the package (tsx or ts-node) you want to use locally or globally - Switch to the debug viewlet and press the gear dropdown.
- Select the debug environment "Tsx Debug" or "Ts-node Debug".