Skip to content

Commit e058781

Browse files
authored
Merge pull request #6413 from Mikejo5000/mikejo-br17
Edits
2 parents c33d15e + ef9eff1 commit e058781

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
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,17 +62,19 @@ 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

6869
If you are using **Attach to Process** to debug:
6970

70-
1. In the **Attach to Process** dialog box or in the project properties, make sure that the remote computer name and the port number matches the name and port number shown in the remote debugger window. If incorrect, fix and try again.
71+
- In the **Attach to Process** dialog box or in the project properties, make sure that the remote computer name and the port number matches the name and port number shown in the remote debugger window. If incorrect, fix and try again.
7172

72-
2. Check the application log on the server (Event Viewer on Windows) for more detailed information to help resolve the issue.
73+
- If you are trying to connect using a host name, try an IP address instead.
7374

74-
3. Otherwise, try restarting Visual Studio with Administrator privileges, and then try again.
75+
- Check the application log on the server (Event Viewer on Windows) for more detailed information to help resolve the issue.
76+
77+
- Otherwise, try restarting Visual Studio with Administrator privileges, and then try again.
7578

7679
## <a name="invalid_access"></a> Invalid access to memory location
7780

0 commit comments

Comments
 (0)