Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > stackLevel

 

stackLevel

Syntax

whichThread.stackLevel

Description

Multiuser Server server-side debugging function; returns an integer indicating the number of levels of nested handler calls that are currently pending in the given thread.

Example

This statement sets the variable theLevel to the stackLevel number of the thread testThread:

theLevel = testThread.stackLevel

See also

stackSize, stepInto(), stepOver(), script (thread), setBreakPoint()