Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > stackSize

 

stackSize

Syntax

whichThread.stackSize

Description

Multiuser Server server-side debugging function; returns the current stack size of the thread in bytes. The stack size indicates how much memory is being used by the thread.

Example

This statement sets the variable sizeInBytes to the current stack size of the thread testThread:

sizeInBytes = testThread.stackSize

See also

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