Debugger: Difference between revisions

Jump to navigation Jump to search
m
Reorder sections.
m (→‎Debug.Script: Accidentally deleted this section; restoring.)
m (Reorder sections.)
Line 194: Line 194:


When you use the <code>Debug</code> object to inspect a program that is running a generator frame, that frame appears on the stack like any other call frame, except that its <code>generator</code> property is <code>true</code>. Such a frame will disappear from the stack when it is suspended, and reappear (possibly with a different <code>older</code> frame and <code>depth</code> value) each time it is resumed.
When you use the <code>Debug</code> object to inspect a program that is running a generator frame, that frame appears on the stack like any other call frame, except that its <code>generator</code> property is <code>true</code>. Such a frame will disappear from the stack when it is suspended, and reappear (possibly with a different <code>older</code> frame and <code>depth</code> value) each time it is resumed.
== Debug.Script ==
weak reference


== Debug.Object==
== Debug.Object==
Line 242: Line 247:


<i>safeToString</i>
<i>safeToString</i>
== Debug.Script ==
weak reference
Confirmed users
497

edits

Navigation menu