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