IDkmIISDebuggingServices.DiagnoseRemoteWebDebuggingError Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.