Debugger: Difference between revisions

[master 15eb6db] The API and protocol are implemented and deployed.
([master e9ac7f0] Fix up anchor for Debugger.Frame.prototype.eval.)
([master 15eb6db] The API and protocol are implemented and deployed.)
Line 1: Line 1:
<i>This interface is partly implemented in Firefox Nightly builds. Some parts are not implemented, some APIs may yet change, and anything marked "(future plan)" is a long way off. You can [https://github.com/jimblandy/DebuggerDocs fork this specification on github] to draft and discuss revisions.</i>
<i>This interface is implemented in Firefox, and is the basis of Firefox's built-in JavaScript debugger. Some details are not implemented, some APIs may yet change, and anything marked "(future plan)" is a long way off. You can [https://github.com/jimblandy/DebuggerDocs fork this specification on github] to draft and discuss revisions.</i>


The <code>Debugger</code> constructor makes objects with methods for debugging code running in global objects in other compartments. Given a <code>Debugger</code> instance, you can:
The <code>Debugger</code> constructor makes objects with methods for debugging code running in global objects in other compartments. Given a <code>Debugger</code> instance, you can:
Confirmed users
497

edits