Debugger Properties

 

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

NameDescription
System_CAPS_pubpropertyAllBreakpointsLastHit

Gets a collection of bound breakpoints that were last simultaneously hit.

System_CAPS_pubpropertyBreakpointLastHit

Gets the last breakpoint hit.

System_CAPS_pubpropertyBreakpoints

Gets a collection of breakpoints.

System_CAPS_pubpropertyCurrentMode

Gets the current mode of the debugger within the context of the integrated development environment (IDE).

System_CAPS_pubpropertyCurrentProcess

Sets or gets the active process.

System_CAPS_pubpropertyCurrentProgram

Sets or gets the active program.

System_CAPS_pubpropertyCurrentStackFrame

Sets or gets the current stack frame.

System_CAPS_pubpropertyCurrentThread

Sets or gets the current thread being debugged.

System_CAPS_pubpropertyDebuggedProcesses

Gets the list of processes currently being debugged.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyHexDisplayMode

Gets or sets whether expressions are output in hexadecimal or decimal format.

System_CAPS_pubpropertyHexInputMode

Gets or sets whether expressions are evaluated in hexadecimal or decimal format.

System_CAPS_pubpropertyLanguages

Gets a list of languages that the debugger supports.

System_CAPS_pubpropertyLastBreakReason

Gets the last reason that a program was broken. If the program is running it returns DBG_REASON_NONE.

System_CAPS_pubpropertyLocalProcesses

Gets the list of processes currently running on this machine.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a Debugger object.

Return to top
Show: