https://github.com/pkief/vscode-typescript-debugging
https://www.pkief.com/blog/how-to-debug-typescript-with-vs-code
https://github.com/pkief/vscode-typescript-debugging
debugging typescript vscode vscode-debugger
Last synced: 10 months ago
JSON representation
https://www.pkief.com/blog/how-to-debug-typescript-with-vs-code
- Host: GitHub
- URL: https://github.com/pkief/vscode-typescript-debugging
- Owner: PKief
- Created: 2018-03-28T20:08:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T12:43:14.000Z (about 6 years ago)
- Last Synced: 2025-04-09T10:12:21.762Z (about 1 year ago)
- Topics: debugging, typescript, vscode, vscode-debugger
- Language: TypeScript
- Homepage: https://medium.com/@PhilippKief/how-to-debug-typescript-with-vs-code-9cec93b4ae56
- Size: 2.93 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# vscode-typescript-debugging
This project demonstrates how to debug TypeScript code with VS Code.
## How to start:
Open a terminal and run the following commands.
Install dependencies:
```npm install```
Compile and start:
```npm start```
## Related article
https://medium.com/@PhilippKief/how-to-debug-typescript-with-vs-code-9cec93b4ae56