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

https://github.com/singcl/debug-ts-with-vscode

How to debug Typescript with Vscode
https://github.com/singcl/debug-ts-with-vscode

debug ts-node typescript vscode

Last synced: 12 months ago
JSON representation

How to debug Typescript with Vscode

Awesome Lists containing this project

README

          

## 在Vscode 中如何 Debug TypeScript

### 方法一:[使用ts-node 非显示编译成JS 调试](./vscode-debug-without-compiling)

- 更多关于该方法的相关讨论在[ts-node issue#46](https://github.com/TypeStrong/ts-node/issues/46)

**NOTE:**

当前方法基于:`ts-node@3.3.0`, 如果你正在使用`ts-node@6.x` 请参考[@singcl/express-typescript](https://github.com/singcl/express-typescript)

### 方法二:[显示编译成 JS 再Debug 运行](./vscode-debug)