BREAKREASON Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class BREAKREASON
public enum BREAKREASON
type BREAKREASON =
Public Enum BREAKREASON
- Inheritance
-
BREAKREASON
Fields
| Name | Value | Description |
|---|---|---|
| BREAKREASON_STEP | 0 | |
| BREAKREASON_BREAKPOINT | 1 | |
| BREAKREASON_DEBUGGER_BLOCK | 2 | |
| BREAKREASON_HOST_INITIATED | 3 | |
| BREAKREASON_LANGUAGE_INITIATED | 4 | |
| BREAKREASON_DEBUGGER_HALT | 5 | |
| BREAKREASON_ERROR | 6 | |
| BREAKREASON_JIT | 7 |