dbgBreakpointLocationType Enum

Definition

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

public enum class dbgBreakpointLocationType
public enum class dbgBreakpointLocationType
enum dbgBreakpointLocationType
[System.Runtime.InteropServices.Guid("229C054C-C146-11D2-8AD1-00C04F79E479")]
public enum dbgBreakpointLocationType
[<System.Runtime.InteropServices.Guid("229C054C-C146-11D2-8AD1-00C04F79E479")>]
type dbgBreakpointLocationType = 
Public Enum dbgBreakpointLocationType
Inheritance
dbgBreakpointLocationType
Attributes

Fields

dbgBreakpointLocationTypeAddress 5

Breakpoint is an address.

dbgBreakpointLocationTypeData 4

Breakpoint is a data element.

dbgBreakpointLocationTypeFile 3

Breakpoint is a file.

dbgBreakpointLocationTypeFunction 2

Breakpoint is a function.

dbgBreakpointLocationTypeNone 1

There is no breakpoint.

Applies to