Debugger3 Members
Include Protected Members
Include Inherited Members
Debugger3 is used to interrogate and manipulate the state of the debugger and the program being debugged. Debugger3 supersedes the Debugger2 and Debugger interfaces.
The Debugger3 type exposes the following members.
Methods
Name
Description
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Sets various settings for the .PDB symbols used by Visual Studio for debugging and forces reloading of all symbols.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Top
Properties
Name
Description
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
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.
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.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
Overloaded.
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 a Symbol Path.
Overloaded.
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.
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 a Symbol Path.
Gets a string that represents the state of all symbol paths for the .PDB symbol files that are used by Visual Studio for debugging.
Overloaded.
Top