Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The breakpoint location type that is used by the LocationType property.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("229C054C-C146-11D2-8AD1-00C04F79E479")> _
Public Enumeration dbgBreakpointLocationType
[GuidAttribute("229C054C-C146-11D2-8AD1-00C04F79E479")]
public enum dbgBreakpointLocationType
[GuidAttribute(L"229C054C-C146-11D2-8AD1-00C04F79E479")]
public enum class dbgBreakpointLocationType
[<GuidAttribute("229C054C-C146-11D2-8AD1-00C04F79E479")>]
type dbgBreakpointLocationType
public enum dbgBreakpointLocationType
Members
Member name | Description | |
---|---|---|
dbgBreakpointLocationTypeNone | There is no breakpoint. | |
dbgBreakpointLocationTypeFunction | Breakpoint is a function. | |
dbgBreakpointLocationTypeFile | Breakpoint is a file. | |
dbgBreakpointLocationTypeData | Breakpoint is a data element. | |
dbgBreakpointLocationTypeAddress | Breakpoint is an address. |