undefined
Posted On Research
Debugger Backend
- In-Browser Debugging
- This is an implementation of James Long based on Exceptional Continuations in JavaScript paper. It’s an approach to build an in-browser debugger, kind of.
- The idea behind this is, transform the input script into a state-machine where each execution scope is a state, stepping thru the code mean switching between states.
- The approach seems like there’s an absurb amount of work, but it’s still interesting.
- References:
- Time Travel Debugging
- References:
- Other:
- References:
- https://hal.inria.fr/hal-01745792/document◹
- https://digitalcommons.calpoly.edu/cgi/viewcontent.cgi?referer=https://scholar.google.com/&httpsredir=1&article=1046&context=csse_fac◹
- https://www.worldscientific.com/doi/abs/10.1142/9789814612883_0015◹
- https://arxiv.org/pdf/1802.02974.pdf◹
- References: