DkmBreakpointUnboundReason Enum

Definition

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

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.

Applies to