This topic has not yet been rated - Rate this topic

dbgBreakpointLocationType Enumeration

The breakpoint location type that is used by the LocationType property.

Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)

[GuidAttribute("229C054C-C146-11D2-8AD1-00C04F79E479")] 
public enum dbgBreakpointLocationType
/** @attribute GuidAttribute("229C054C-C146-11D2-8AD1-00C04F79E479") */ 
public enum dbgBreakpointLocationType
GuidAttribute("229C054C-C146-11D2-8AD1-00C04F79E479") 
public enum dbgBreakpointLocationType
  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. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement