IVsDebuggableProtocol Interface
Visual Studio 2015
Allows clients to add to the debuggable protocol list.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AddDebuggableProtocol(String) | Adds a protocol to the debuggable protocol list. |
![]() | IsProtocolDebuggable(String) | Indicates whether the specified protocol is debuggable. |
![]() | RemoveDebuggableProtocol(String) | Removes the indicated protocol from the debuggable protocol list. |
Show:
