Skip to content

bradymholt/vscode-debugging-ts-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-debugging-ts-code

This is a simple demo project showing how to setup debugging in VSCode using ts-node.

2019-03-22_16-51-09 (1)

How to use

  1. Run these commands:

    git clone git@github.com:bradymholt/vscode-debugging-ts-code
    cd vscode-debugging-ts-code
    npm install
    
  2. Open the vscode-debugging-ts-code directory in VSCode.

  3. Set a breakpoint inside of index.ts

  4. "Start Debugging" in VSCode

  5. Your breakpoint should be hit

About

Demo project showing how to debug TypeScript in VSCode using ts-node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published