https://github.com/naugtur/debugging-tools-livecoding
https://github.com/naugtur/debugging-tools-livecoding
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naugtur/debugging-tools-livecoding
- Owner: naugtur
- License: agpl-3.0
- Created: 2020-10-09T11:08:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T14:29:44.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T07:42:13.589Z (8 months ago)
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# debugging-tools-livecoding
Learn about async_hooks and performance tracing while using them to observe/diagnose what's happening in a code sample.
The tutorial explores building blocks of what's been released as [`debugging-aid`](https://npmjs.org/package/debugging-aid) package.
## What's here?
- main branch - this doc mostly
- demo - step-by-step commits for the livecoding simulation
- dev - my preparations, don't look