Visual Studio Extensibility
Debugger4 Interface

Debugger4 is used to interrogate and manipulate the state of the debugger and the program being debugged. Debugger4 supersedes the Debugger3 interfaces.

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

Visual Basic (Declaration)
<GuidAttribute("133BAD54-8E8D-451B-9DB0-AF38ED9819CC")> _
Public Interface Debugger4 _
    Implements Debugger3
Visual Basic (Usage)
Dim instance As Debugger4
C#
[GuidAttribute("133BAD54-8E8D-451B-9DB0-AF38ED9819CC")]
public interface Debugger4 : Debugger3
Visual C++
[GuidAttribute(L"133BAD54-8E8D-451B-9DB0-AF38ED9819CC")]
public interface class Debugger4 : Debugger3
JScript
public interface Debugger4 extends Debugger3
Remarks

The debugger is available through the DTE2 object through its Debugger property. One debugger object is available for each instance of the interactive development environment (IDE).

To use Debugger4, you must add a reference to EnvDTE90a.dll. For native development, you must add a reference to dte90a.tlb.

Examples

See Debugger3.

See Also

Reference

Tags :


Page view tracker