An open API service indexing awesome lists of open source software.

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

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