Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > stepInto()

 

stepInto()

Syntax

whichThread.stepInto()

Description

Multiuser Server server-side debugging command; executes the next Lingo instruction in the given thread. StepInto() branches into nested handler calls that occur in the current script.

Example

This statement steps into the script running in the thread testThread, including nested handler calls:

testThread.stepInto()

See also

stepOver(), setBreakPoint()