TIDEEngine.DebugRunToLine Method
Performs debug action "run to line": run the active script until the line currently selected in memo editor. 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.DebugRunToLine(RunMode: TIDERunMode = TIDERunMode.rmMainUnit);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| RunMode | TIDERunMode | Optional: Default value is TIDERunMode.rmMainUnit |