dbgBreakpointLocationType 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.
The breakpoint location type that is used by the LocationType property.
public enum class dbgBreakpointLocationType
public enum class dbgBreakpointLocationType
enum dbgBreakpointLocationType
[System.Runtime.InteropServices.Guid("229C054C-C146-11D2-8AD1-00C04F79E479")]
public enum dbgBreakpointLocationType
[<System.Runtime.InteropServices.Guid("229C054C-C146-11D2-8AD1-00C04F79E479")>]
type dbgBreakpointLocationType =
Public Enum dbgBreakpointLocationType
- Inheritance
-
dbgBreakpointLocationType
- Attributes
Fields
Name | Value | Description |
---|---|---|
dbgBreakpointLocationTypeNone | 1 | There is no breakpoint. |
dbgBreakpointLocationTypeFunction | 2 | Breakpoint is a function. |
dbgBreakpointLocationTypeFile | 3 | Breakpoint is a file. |
dbgBreakpointLocationTypeData | 4 | Breakpoint is a data element. |
dbgBreakpointLocationTypeAddress | 5 | Breakpoint is an address. |