IVsDebugger4 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional access to the debugger. You can get an instance of this interface from the SVsShellDebugger (SID_SVsShellDebugger) service.
public interface class IVsDebugger4
public interface class IVsDebugger4
__interface IVsDebugger4
[System.Runtime.InteropServices.Guid("8548668A-F63A-46BB-A3BD-5D053229820A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebugger4
[<System.Runtime.InteropServices.Guid("8548668A-F63A-46BB-A3BD-5D053229820A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDebugger4 = interface
Public Interface IVsDebugger4
- Attributes
Methods
EnumCurrentlyDebuggingProjects(IEnumHierarchies) |
Returns the set of projects that have been launched through a debugger launch (F5) and that the debugger is currently debugging. |
LaunchDebugTargets4(UInt32, VsDebugTargetInfo4[], VsDebugTargetProcessInfo[]) |
Launches the specified debug targets. |