7.9.8.90. GEL_SyncStepOut

Performs a StepOut operation on every target that is in the same group as the current target.

Format

GEL_SyncStepOut([iterations]);

Parameters

iterations(optional) specifies the number of times the command is to be repeated. If iterations is not specified, executes a single StepOut is performed.

Description

Performs a StepOut operation on every target that is in the same group as the current target. The operation performed is the same as the “StepOut” option selected from the PDM debug menu.

As with the other synchronous operations, the operation is performed on all targets simultaneously.

Synchronous

Synchronous from GEL: No

Completely synchronous: No

Example

GEL_SyncStepOut (3);

GEL_SyncStepOut ( );

Related Topics

GEL_SyncStepInto

GEL_SyncStepOver

GEL_SyncRun

GEL_SyncHalt