Thread.SetStepInto
- 更新时间2025-07-21
- 阅读时长1分钟
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.