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 class dbgBreakpointLocationType

Member nameDescription
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.

Return to top
Show: