https://github.com/jakebailey/ts-debug-helpers
https://github.com/jakebailey/ts-debug-helpers
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakebailey/ts-debug-helpers
- Owner: jakebailey
- License: mit
- Created: 2022-06-13T22:17:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T22:22:10.000Z (about 4 years ago)
- Last Synced: 2025-02-25T18:41:13.640Z (over 1 year ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.