7.9.8.79. GEL_StepIntoΒΆ

Executes the next statement.

Format

GEL_StepInto();

Parameters

None

Description

The debugger executes the next statement, then halts. If the next statement is a function call, the debugger steps into the function, and then halts execution at the beginning of the function. If you are in C source mode, this command steps through a single C instruction; otherwise, it steps through a single assembly instruction.

Synchronous

Synchronous from GEL: No

Completely synchronous: No

Example

GEL_StepInto( );

Related Topics

GEL_StepOut

GEL_StepOver

GEL_SyncHalt

GEL_SyncStepInto

GEL_SyncStepOver

GEL_SyncStepOut