Thread.SetStepInto
- Updated2025-07-21
- 1 minute(s) read
Thread.SetStepInto
Syntax
Thread.SetStepInto
Purpose
Sets the execution to suspend again at the earliest possible point.
Remarks
The method does not resume the execution. The Execution.StepInto method, however, performs the equivalent of calling this method on the foreground thread and then resuming the execution.