7.7.8.86. GEL_SrcStepInto()ΒΆ
Steps into source code.
Syntax
GEL_SrcStepInto();
Description
Executes the next available instruction in C or assembly source code then halts. If an action enters an area with no source code, the debugger continues stepping until source code (somewhere) is reached. Repeats count times.
Synchronous
Synchronous from GEL: No
Completely synchronous: No
Related Topics