Debugger: Difference between revisions

Jump to navigation Jump to search
[master e1891e1] Spell out effect of duplicate debuggee adds.
([master 5b72016] Document Debugger.Script.prototype.sourceMapURL.)
([master e1891e1] Spell out effect of duplicate debuggee adds.)
Line 225: Line 225:
<dl>
<dl>
<dt>addDebuggee(<i>global</i>)
<dt>addDebuggee(<i>global</i>)
<dd>Add the global object designated by <i>global</i> to the set of global objects this <code>Debugger</code> instance is debugging. Return this <code>Debugger</code>'s <code>Debugger.Object</code> instance referring to <i>global</i>'s referent.
<dd>Add the global object designated by <i>global</i> to the set of global objects this <code>Debugger</code> instance is debugging. If the designated global is already a debuggee, this has no effect. Return this <code>Debugger</code>'s <code>Debugger.Object</code> instance referring to <i>global</i>'s referent.


The value <i>global</i> may be any of the following:
The value <i>global</i> may be any of the following:
Confirmed users
497

edits

Navigation menu