IVsDebugProcessNotify Interface

 

Provides notice that the debugger is about to stop. Used as the VsDebugTargetInfo2 argument in the LaunchDebugTargets2 method of the IVsDebugger2 interface.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")]
[InterfaceTypeAttribute(1)]
public interface IVsDebugProcessNotify

NameDescription
System_CAPS_pubmethodBeforeStopDebuggingProcess(UInt32)

Provides notification and the reason for stopping the debugger before actually stopping the debug process.

Return to top
Show: