DkmBreakpointUnboundReason 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.
Describes the reason for a breakpoint to be unbound.
public enum class DkmBreakpointUnboundReason
public enum class DkmBreakpointUnboundReason
enum DkmBreakpointUnboundReason
public enum DkmBreakpointUnboundReason
type DkmBreakpointUnboundReason =
Public Enum DkmBreakpointUnboundReason
- Inheritance
-
DkmBreakpointUnboundReason
Fields
Name | Value | Description |
---|---|---|
CodeUnload | 0 | Breakpoint is being unbound because the target code element has been unloaded. |
Rebind | 1 | Breakpoint is being unbound because it is being rebound to a different location. (For example, this can happen after an ENC when the breakpoint moves, or if this breakpoint was originally bound with a less than perfect file name match.) Generally, the IDE will discard any persisted information about this breakpoint. |