UNPKG

webgl2

Version:

WebGL2 tools to derisk large GPU projects on the web beyond toys and demos.

30 lines (19 loc) 1.19 kB
# 👾 Daebug remote debugging REPL started 22:13:58 > Interactive debugging REPL sessions for live browser contexts This file tracks all active debugging sessions. Each entry represents a connected page or web worker where you can execute JavaScript code and see results in real-time. ## Active Sessions * [18-quartz-2214-06-webworker](daebug/18-quartz-2214-06-webworker.md) (worker://18-quartz-2214-06-webworker) at 22:14:06: live * [18-quartz-2214-06](daebug/18-quartz-2214-06.md) (http://localhost:8907/) at 22:14:06: live ## How to Use **Key Features:** - **Live execution**: Code runs in actual browser/worker contexts, not simulated - **Async/await support**: Promises resolve naturally, no special handling needed - **Multi-realm**: Main pages and their web workers are tracked separately - **File-based protocol**: No IDE plugins required, just edit Markdown files **Workflow:** 1. Open any session file from the list above 2. Scroll to bottom and add code in a JS fenced block (after the prompt line) 3. Save the file 4. Results appear automatically within 1-2 seconds ## Restart To exit write `%%SHUTDOWN%%` **in this file on a separate line,** then run `npm start` again.