This topic has not yet been rated - Rate this topic

Debugger4 Properties

  Name Description
Public property AllBreakpointsLastHit Gets a collection of bound breakpoints that were last simultaneously hit. (Inherited from Debugger3.)
Public property AllBreakpointsLastHit Gets a collection of bound breakpoints that were last simultaneously hit.
Public property BreakpointLastHit Gets the last breakpoint hit. (Inherited from Debugger3.)
Public property BreakpointLastHit Gets the last breakpoint hit. To get a collection of multiple breakpoints hit simultaneously, see AllBreakpointsLastHit.
Public property Breakpoints Gets a collection of breakpoints. (Inherited from Debugger3.)
Public property Breakpoints Gets a collection of breakpoints.
Public property CurrentMode Gets the current mode of the debugger within the context of the IDE. (Inherited from Debugger3.)
Public property CurrentMode Gets the current mode of the debugger within the context of the IDE.
Public property CurrentProcess Gets or sets the active process. (Inherited from Debugger3.)
Public property CurrentProcess Gets or sets the active process.
Public property CurrentProgram Sets or returns the active program. (Inherited from Debugger3.)
Public property CurrentProgram Sets or returns the active program.
Public property CurrentStackFrame Gets or sets the current stack frame. (Inherited from Debugger3.)
Public property CurrentStackFrame Gets or sets the current stack frame.
Public property CurrentThread Gets or sets the current thread being debugged. (Inherited from Debugger3.)
Public property CurrentThread Gets or sets the current thread being debugged.
Public property DebuggedProcesses Gets the list of processes that are being debugged. (Inherited from Debugger3.)
Public property DebuggedProcesses Gets the list of processes that are currently being debugged.
Public property DTE Gets the top-level extensibility object. (Inherited from Debugger3.)
Public property DTE Gets the top-level extensibility object.
Public property ExceptionGroups Gets the exception settings for the debugger. For each exception, these settings determine whether the debugger gives the code an opportunity to handle the exception before the debugger breaks execution. (Inherited from Debugger3.)
Public property ExceptionGroups 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.
Public property ForceContinue 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. (Inherited from Debugger3.)
Public property ForceContinue 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.
Public property HexDisplayMode Gets or sets a value that indicates whether the expressions are output in hexadecimal or decimal format. (Inherited from Debugger3.)
Public property HexDisplayMode Gets or sets a value that indicates whether the expressions are output in hexadecimal or decimal format.
Public property HexInputMode Gets or sets a value that indicates whether the expressions are evaluated in hexadecimal or decimal format. (Inherited from Debugger3.)
Public property HexInputMode Gets or sets a value that indicates whether the expressions are evaluated in hexadecimal or decimal format.
Public property Languages Gets a list of languages that the debugger supports. (Inherited from Debugger3.)
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. (Inherited from Debugger3.)
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 that currently running on this computer. (Inherited from Debugger3.)
Public property LocalProcesses Gets the list of processes that are currently running on this computer.
Public property OnlyLoadSymbolsManually 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 How to: Specify Symbol Locations and Loading Behavior. (Inherited from Debugger3.)
Public property OnlyLoadSymbolsManually 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 How to: Specify Symbol Locations and Loading Behavior.
Public property Parent Gets the immediate parent object of the Debugger3 object (DTE2). (Inherited from Debugger3.)
Public property Parent Gets the immediate parent object of the Debugger4 object (DTE2).
Public property SymbolCachePath 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 How to: Use a Symbol Server. (Inherited from Debugger3.)
Public property SymbolCachePath 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 How to: Use a Symbol Server.
Public property SymbolPath 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 How to: Specify Symbol Locations and Loading Behavior. (Inherited from Debugger3.)
Public property SymbolPath 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 How to: Specify Symbol Locations and Loading Behavior.
Public property SymbolPathState Gets a string that represents the state of all symbol paths for the .PDB symbol files that are used by Visual Studio for debugging. (Inherited from Debugger3.)
Public property SymbolPathState Gets a string that represents the state of all symbol paths for the .PDB symbol files that are used by Visual Studio for debugging.
Public property Transports Gets a collection of supported debugging transports. (Inherited from Debugger3.)
Public property Transports Gets a collection of supported debugging transports.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement