kungfooman / RuntimeTypeInspector.js

Checking JSDoc types at runtime for high-quality types - Trust is good, control is better.
MIT License
8 stars 0 forks source link

RTI Runtime: Save debugger state in URL #105

Closed kungfooman closed 6 months ago

kungfooman commented 6 months ago

Given such a state:

image

I want to save exactly this state in the URL - so when you reload the page, it will hit the debugger. Because currently you need to search through F12/DevTools and add the breakpoint manually.

There are also frame-wise recurring errors, which I would like to be hidable (maybe an eye symbol like in graphic tools)