IDkmIISDebuggingServices.DiagnoseRemoteWebDebuggingError Method

Definition

Internal API to diagnose IIS start debugging failures.

public:
 void DiagnoseRemoteWebDebuggingError(Microsoft::VisualStudio::Debugger::DefaultPort::DkmTransportConnection ^ connection, System::String ^ url);
public void DiagnoseRemoteWebDebuggingError (Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection connection, string url);
abstract member DiagnoseRemoteWebDebuggingError : Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection * string -> unit
Public Sub DiagnoseRemoteWebDebuggingError (connection As DkmTransportConnection, url As String)

Parameters

connection
DkmTransportConnection

[In] This represents a connection between the monitor and the IDE. It can either be a local connection if the monitor is running in the same process as the IDE, or it can be a remote connection. In the monitor process, there is only one connection.

url
String

[In] URL that the debug verb was sent to.

Applies to