Debugger: Difference between revisions

Jump to navigation Jump to search
107 bytes added ,  4 March 2011
Add link to discussion bug.
(→‎Debug.Frame: Clarify explanation of Debug.Frame.prototype.restart.)
(Add link to discussion bug.)
Line 1: Line 1:
<i>This draft is being discussed in [https://bugzilla.mozilla.org/show_bug.cgi?id=636907 bug 636907].</i>
The Debug object provides functions for debugging code running in a separate compartment. You can provide functions for SpiderMonkey to call when events like steps, calls, and breakpoint hits occur in the debuggee, examine the debuggee's stack frames, and inspect and manipulate the debuggee's objects.
The Debug object provides functions for debugging code running in a separate compartment. You can provide functions for SpiderMonkey to call when events like steps, calls, and breakpoint hits occur in the debuggee, examine the debuggee's stack frames, and inspect and manipulate the debuggee's objects.


Confirmed users
497

edits

Navigation menu