Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > stepOver()

 

stepOver()

Syntax

whichThread.stepOver()

Description

Multiuser Server server-side debugging command; executes the next Lingo instruction in the given thread. StepOver() jumps over nested handler calls in the current script instead of branching into them.

Example

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

testThread.stepOver()

See also

stepInto(), setBreakPoint()