DevTools/Features/Debugger: Difference between revisions

Line 191: Line 191:


=== Execution ===
=== Execution ===
* throw hook (Debug.hooks.throw) - jorendorff
* throw hook (Debug.hooks.throw) - jorendorff - Done.
* error hook (Debug.hooks.error) - jorendorff
* error hook (Debug.hooks.error) - jorendorff
* resume (resumption values - already implemented) - jorendorff
* resume (resumption values) - jorendorff - Done.
* work out low-level stepping support with the JM team - jorendorff/jimb
* work out low-level stepping support with the JM team - jorendorff/jimb
* implement Debug object stepping support (Debug.hooks.interrupt, Debug.Script.prototype.singleStepMode, etc.) - jorendorff
* implement Debug object stepping support (Debug.hooks.interrupt, Debug.Script.prototype.singleStepMode, etc.) - jorendorff
* step into/step out/finish
* step into/step out/finish - dcamp


=== Frame Tree Support ===
=== Frame Tree Support ===
638

edits