Debugger4 Properties

 

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

NameDescription
System_CAPS_pubpropertyAllBreakpointsLastHit

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

System_CAPS_pubpropertyBreakpointLastHit

Gets the last breakpoint hit. To get a collection of multiple breakpoints hit simultaneously, see AllBreakpointsLastHit.

System_CAPS_pubpropertyBreakpoints

Gets a collection of breakpoints.

System_CAPS_pubpropertyCurrentMode

Gets the current mode of the debugger within the context of the IDE.

System_CAPS_pubpropertyCurrentProcess

Gets or sets the active process.

System_CAPS_pubpropertyCurrentProgram

Sets or returns the active program.

System_CAPS_pubpropertyCurrentStackFrame

Gets or sets the current stack frame.

System_CAPS_pubpropertyCurrentThread

Gets or sets the current thread being debugged.

System_CAPS_pubpropertyDebuggedProcesses

Gets the list of processes that are currently being debugged.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyExceptionGroups

Gets the exception settings for the debugger. For each exception, these settings determine whether the debugger gives the code a chance to handle the exception before the debugger breaks execution.

System_CAPS_pubpropertyForceContinue

Gets or sets a value that determines whether the debugger breaks or continues when a tracepoint or breakpoint finishes executing a macro. The default behavior is set by the user in the dialog box when the tracepoint or breakpoint is created. This property can be used to change the default behavior.

System_CAPS_pubpropertyHexDisplayMode

Gets or sets a value that indicates whether the expressions are output in hexadecimal or decimal format.

System_CAPS_pubpropertyHexInputMode

Gets or sets a value that indicates whether the 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 that are currently running on this computer.

System_CAPS_pubpropertyOnlyLoadSymbolsManually

Gets a value that determines whether symbols are loaded manually or automatically. The Visual Studio user can determine this setting in the Options dialog box. For more information about how to set this value within Visual Studio, see .05384c85-d264-4e18-abaa-aa482ab25470

System_CAPS_pubpropertyParent

Gets the immediate parent object of the Debugger4 object (DTE2).

System_CAPS_pubpropertySymbolCachePath

Gets a string that contains the path to the symbols cache used by Visual Studio when you download symbols from a symbols server. You can specify the symbols cache path in the Options dialog box. For more information, see .cf3a450d-06b0-4054-a094-a0afb9652fbc

System_CAPS_pubpropertySymbolPath

Gets a string that contains paths to .PDB symbol files that are used by Visual Studio for debugging. The Visual Studio user can specify symbols paths in the Options dialog box. For more information, see .05384c85-d264-4e18-abaa-aa482ab25470

System_CAPS_pubpropertySymbolPathState

Gets a string that represents the state of all symbol paths for the .PDB symbol files that are used by Visual Studio for debugging.

System_CAPS_pubpropertyTransports

Gets a collection of supported debugging transports.

Return to top
Show: