TIDEEngine.DebugStepOver Method
Performs debug step over action in the current active script. RunMode is used only if the project is not running, to specify which script will be used to start execution.
Syntax
Unit: IDEMain
procedure TIDEEngine.DebugStepOver(RunMode: TIDERunMode = TIDERunMode.rmMainUnit);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| RunMode | TIDERunMode | Optional: Default value is TIDERunMode.rmMainUnit |