Debugger: Difference between revisions

No change in size ,  23 March 2011
m
(Pull out descriptions of completion values and resumption values into their own sections.)
Line 47: Line 47:
<dd>The debuggee should continue execution normally.
<dd>The debuggee should continue execution normally.
<dt>{ return: <i>value</i> }
<dt>{ return: <i>value</i> }
<dd>Return <i>value</i> immediately as the current value of the function. <i>Value</i> must be a debuggee value. (Most handler functions support this, except those whose description says otherwise.)
<dd>Return <i>value</i> immediately as the current value of the function. <i>Value</i> must be a debuggee value. (Most handler functions support this, except those whose descriptions say otherwise.)
<dt>{ throw: <i>value</i> }
<dt>{ throw: <i>value</i> }
<dd>Throw <i>value</i> as an execption from the current bytecode instruction. <i>Value</i> must be a debuggee value.
<dd>Throw <i>value</i> as an execption from the current bytecode instruction. <i>Value</i> must be a debuggee value.
Confirmed users
497

edits