Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
| dbgBreakpointLocationTypeAddress | Breakpoint is an address. | |
| dbgBreakpointLocationTypeData | Breakpoint is a data element. | |
| dbgBreakpointLocationTypeFile | Breakpoint is a file. | |
| dbgBreakpointLocationTypeFunction | Breakpoint is a function. | |
| dbgBreakpointLocationTypeNone | There is no breakpoint. |