DebuggerPauseReason
Reason that the DataModel was paused.
Items 6
| History | Name | Value | Description | |
|---|---|---|---|---|
| 485 | Unknown | 0 | Pausing for a reason not covered by other values.  | |
| 485 | Requested | 1 | Pause was requested by user.  | |
| 485 | Breakpoint | 2 | Pausing on a user breakpoint.  | |
| 485 | Exception | 3 | Pausing on error hit in the code.  | |
| 485 | SingleStep | 4 | Pausing on an internal breakpoint set by debugger command: e.g. step over, step into, step out of.  | |
| 485 | Entrypoint | 5 | Pausing at the entry on the script.  | 
Description
Reason that the DataModel was paused.
History 7
- 485 Add Unknown
 - 485 Add SingleStep
 - 485 Add Requested
 - 485 Add Exception
 - 485 Add Entrypoint
 - 485 Add Breakpoint
 - 485 Add DebuggerPauseReason