Thread.SetStepOver
- Updated2025-07-21
- 1 minute(s) read
Thread.SetStepOver
Syntax
Thread.SetStepOver
Purpose
Sets the execution to suspend again after execution of the next step completes.
Remarks
The method does not resume the execution. The Execution.StepOver method, however, performs the equivalent of calling this method on the foreground thread and then resuming the execution.