Skip to content

Commit 7484f01

Browse files
committed
fix to remote debugging error
1 parent 1fc72e7 commit 7484f01

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ In the **Attach to Process** dialog box or in the project properties, make sure
6161

6262
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**).
6363

64+
## <a name="connection_terminated"></a> The connection with the remote endpoint was terminated
65+
66+
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 Server Explorer instead of **Attach to Process**.
67+
68+
If you are using **Attach to Process** to debug:
69+
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+
72+
2. If you see the same error, try restarting Visual Studio with Administrator privileges, and then try again.
73+
6474
## <a name="invalid_access"></a> Invalid access to memory location
6575

6676
An internal error occurred. Restart Visual Studio and try again.

0 commit comments

Comments
 (0)