Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 631 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 631 Bytes

VS Code TS Debug

This repository is a plugin for easy debugging of TypeScript in Visual Studio Code.

Required

About TS Debug

about

Using TS Debug

  • 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".