__STOP_DEBUGGING_PROCESS_REASON Enumeration

 

Indicates the reason that debugging was stoppe.

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

public enum __STOP_DEBUGGING_PROCESS_REASON

Member nameDescription
SDPR_DETACH

Debugging was stopped because the debugger was detached.

SDPR_TERMINATE

Debugging was stopped because the process was terminated.

From vsshell80.idl:

Return to top
Show: