STOP

Top  Previous  Next

Syntax

STOP

Description

Inserts a breakpoint in your code for the debugger.

Parameters

None

Return value

None

Remarks

Ignored if not compiling under debug mode. When debugging the program will stop and return control to the built in debugger, display the line number and context information and enable the single step option.

Example usage

None