ScriptStoppedReason
Describes why the debugger paused execution.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 721 | Breakpoint | 0 | Execution stopped because a user-defined breakpoint was hit. | |
| 721 | Exception | 1 | Execution stopped because an exception was thrown (governed by the current DebugBreakModeType). | |
| 721 | Pause | 2 | Execution stopped because ScriptDebuggerService:Pause() was called. | |
| 721 | Step | 3 | Execution stopped after completing a step operation. | |
| 721 | Entry | 4 | Execution stopped at a script's entry point. |
Description
Passed in the ScriptDebugStopped payload to the ScriptDebuggerService.OnStopped callback, indicating what triggered the pause.