IVsDebugProcessNotify Members
Include Protected Members
Include Inherited Members
Provides notice that the debugger is about to stop. Used as the VsDebugTargetInfo2 argument in the LaunchDebugTargets2 method of the IVsDebugger2 interface.
The IVsDebugProcessNotify type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeforeStopDebuggingProcess | Provides notification and the reason for stopping the debugger before actually stopping the debug process. |
Top