Share via


dbgBreakpointType Enum

Definition

Indicatesthe type or state of a breakpoint.

C++/CX
public enum class dbgBreakpointType
Inheritance
dbgBreakpointType
Attributes

Fields

Name Value Description
dbgBreakpointTypePending 1

Breakpoint indicated a set of points in code.

dbgBreakpointTypeBound 2

Breakpoint is at a specific point in code.

Remarks

A pending breakpoint indicates a general place or condition for a break to occur, such as when function is encountered. A bound breakpoint is associated with each specific instance of the pending breakpoint. Each bound breakpoint is associated to a pending breakpoint.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022