STEP

The DEBUG STEP command is used to execute the next line of code.

 DEBUG STEP
 
 DEBUG STEP OVER

If the additional modifier OVER is given to the DEBUG STEP command, then execution will not stop inside called functions. Otherwise, when stepping at a function call, execution will halt at the first line of the called function.

When stepping past the end of the current function, the execution will halt at the next line of the calling function.

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.