DebuggerResumeType
Specifies how the debugger should resume execution after a pause.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 721 | StepInto | 0 | Step into the next function call on the specified thread. | |
| 721 | StepOut | 1 | Step out of the current function on the specified thread. | |
| 721 | StepOver | 2 | Step over the current line on the specified thread. | |
| 721 | Resume | 3 | Resume execution normally without stepping. |
Description
Returned from the ScriptDebuggerService.OnStopped callback (via ScriptResumeAction) to control how execution resumes after a debugger pause.