dbgBreakpointLocationType Enumeration
Visual Studio 2015
The breakpoint location type that is used by the LocationType property.
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. |
Show: