Skip to content

Commit 61b496e

Browse files
committed
added link
1 parent 66649a5 commit 61b496e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/debugger/unable-to-connect-to-the-microsoft-visual-studio-remote-debugging-monitor.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The `Unable to Connect to the Microsoft Visual Studio Remote Debugging Monitor`
2828

2929
- [The debugger cannot connect to the remote computer. The debugger was unable to resolve the specified computer name](#cannot_connect)
3030
- [Connection request was rejected by the remote debugger](#rejected)
31+
- [Connection with the remote endpoint was terminated](#connection_terminated)
3132
- [Invalid access to memory location](#invalid_access)
3233
- [There is no server by the specified name running on the remote computer](#no_server)
3334
- [The requested name was valid, but no data of the requested type was found](#valid_name)
@@ -61,7 +62,7 @@ In the **Attach to Process** dialog box or in the project properties, make sure
6162

6263
If these values are correct and the message mentions **Windows Authentication** mode, check that the remote debugger is in the correct authentication mode (**Tools > Options**).
6364

64-
## <a name="connection_terminated"></a> The connection with the remote endpoint was terminated
65+
## <a name="connection_terminated"></a> Connection with the remote endpoint was terminated
6566

6667
If you are debugging an Azure App Service app, try using the [Attach Debugger](../debugger/remote-debugging-azure.md#remote_debug_azure_app_service) command from Cloud Explorer or Server Explorer instead of **Attach to Process**.
6768

0 commit comments

Comments
 (0)