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

https://github.com/jakebailey/ts-debug-helpers


https://github.com/jakebailey/ts-debug-helpers

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# ts-debug-helpers

Add this to the first cell in VS Code's debug watch window:

```ts
globalThis.__loaded || require("path/to/ts-debug-helpers")(ts)
```

Then, you can add use its helpers in the watch window.