7.9.8.85. 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