__STOP_DEBUGGING_PROCESS_REASON Enumeration
Visual Studio 2015
Indicates the reason that debugging was stoppe.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| SDPR_DETACH | Debugging was stopped because the debugger was detached. | |
| SDPR_TERMINATE | Debugging was stopped because the process was terminated. |
From vsshell80.idl:
Show: