Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides additional access to the debugger. You can get an instance of this interface from the SVsShellDebugger (SID_SVsShellDebugger) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("8548668A-F63A-46BB-A3BD-5D053229820A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsDebugger4
[GuidAttribute("8548668A-F63A-46BB-A3BD-5D053229820A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebugger4
[GuidAttribute(L"8548668A-F63A-46BB-A3BD-5D053229820A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsDebugger4
[<GuidAttribute("8548668A-F63A-46BB-A3BD-5D053229820A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDebugger4 = interface end
public interface IVsDebugger4
The IVsDebugger4 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
EnumCurrentlyDebuggingProjects | Returns the set of projects that have been launched through a debugger launch (F5) and that the debugger is currently debugging. |
![]() |
LaunchDebugTargets4 | Launches the specified debug targets. |
Top