STEPINTO Function (Debugger)

Executes a function call and then stops at the first line of code inside the function.

Syntax

[Ok :=] STEPINTO   

Property Value/Return Value

Type: Boolean

true if the debugger executes a function call; otherwise, false.

If you omit this optional return value and if the break is not set successfully, then a run-time error occurs. If you include the return value, then you must handle any errors.

See Also

STEPOVER Function (Debugger)
STEPOUT Function (Debugger)
Breakpoints