Debugger Properties

Include Protected Members
Include Inherited Members

The Debugger type exposes the following members.

Properties

  Name Description
Public property AllBreakpointsLastHit Gets a collection of bound breakpoints that were last simultaneously hit.
Public property BreakpointLastHit Gets the last breakpoint hit.
Public property Breakpoints Gets a collection of breakpoints.
Public property CurrentMode Gets the current mode of the debugger within the context of the integrated development environment (IDE).
Public property CurrentProcess Sets or gets the active process.
Public property CurrentProgram Sets or gets the active program.
Public property CurrentStackFrame Sets or gets the current stack frame.
Public property CurrentThread Sets or gets the current thread being debugged.
Public property DebuggedProcesses Gets the list of processes currently being debugged.
Public property DTE Gets the top-level extensibility object.
Public property HexDisplayMode Gets or sets whether expressions are output in hexadecimal or decimal format.
Public property HexInputMode Gets or sets whether expressions are evaluated in hexadecimal or decimal format.
Public property Languages Gets a list of languages that the debugger supports.
Public property LastBreakReason Gets the last reason that a program was broken. If the program is running it returns DBG_REASON_NONE.
Public property LocalProcesses Gets the list of processes currently running on this machine.
Public property Parent Gets the immediate parent object of a Debugger object.

Top

See Also

Reference

Debugger Interface

EnvDTE Namespace