BreakReason
Reason for the breakpoint hit.
Items 4
History | Name | Value | Description | |
---|---|---|---|---|
391 | Other | 0 | Pausing for a reason not covered by other values, for example if the user hit "Pause" button. | |
391 | Error | 1 | Pausing on error hit in the code. | |
598 | SpecialBreakpoint | 2 | Pausing on an internal breakpoint set by debugger command: e.g. step over, step into, step out of. | |
598 | UserBreakpoint | 3 | Pausing on a user breakpoint. |
Description
Value for the reason the ScriptDebugger.EncounteredBreak signal fired.
History 7
- 598 Change Index of UserBreakpoint from 2 to 3
- 598 Change Index of SpecialBreakpoint from 3 to 2
- 391 Add UserBreakpoint
- 391 Add SpecialBreakpoint
- 391 Add Other
- 391 Add Error
- 391 Add BreakReason