Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |