dbgBreakpointLocationType Enumeration
The breakpoint location type that is used by the LocationType property.
Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)
Assembly: EnvDTE (in envdte.dll)
| 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. |