You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To debug a Visual Studio application on a different computer, install and run the remote tools on the computer where you will deploy your app, configure your project to connect to the remote computer from Visual Studio, and then deploy and run your app.
21
+
To debug a Visual Studio application on a different computer, install and run the remote tools on the computer where you'll deploy your app, configure your project to connect to the remote computer from Visual Studio, and then deploy and run your app.
@@ -29,7 +29,7 @@ For information about remote debugging Universal Windows Apps (UWP), see [Debug
29
29
The remote debugger is supported on Windows 7 and newer and versions of Windows Server starting with Windows Server 2008 Service Pack 2. For a complete list of requirements, see [Requirements](../debugger/remote-debugging.md#requirements_msvsmon).
30
30
31
31
> [!NOTE]
32
-
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions is not recommended and may fail or be unacceptably slow.
32
+
> Debugging between two computers connected through a proxy isn't supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions isn't recommended and may fail or be unacceptably slow.
33
33
34
34
## Download and Install the remote tools
35
35
@@ -40,7 +40,7 @@ The remote debugger is supported on Windows 7 and newer and versions of Windows
40
40
41
41
## <aname="BKMK_setup"></a> Set up the remote debugger
42
42
43
-
Once you have installed the remote debugger, follow these steps.
43
+
After you install the remote debugger, follow these steps.
@@ -101,7 +101,7 @@ Once you have installed the remote debugger, follow these steps.
101
101
102
102
## Set Up Debugging with Remote Symbols
103
103
104
-
You should be able to debug your code with the symbols you generate on the Visual Studio computer. The performance of the remote debugger is much better when you use local symbols.
104
+
You should be able to debug your code with the symbols you generate on the Visual Studio computer. The performance of the remote debugger is significantly better when you use local symbols.
105
105
106
106
If you must use remote symbols, you need to specify the remote symbols in Visual Studio by adding a Windows file share to the symbol search path in **Tools > Options > Debugging > Symbols**.
Copy file name to clipboardExpand all lines: docs/debugger/remote-debugging-csharp.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ For information about remote debugging Universal Windows Apps (UWP), see [Debug
29
29
The remote debugger is supported on Windows 7 and newer and on versions of Windows Server starting with Windows Server 2008 Service Pack 2. For a complete list of requirements, see [Requirements](../debugger/remote-debugging.md#requirements_msvsmon).
30
30
31
31
> [!NOTE]
32
-
> Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions is not recommended and may fail or be unacceptably slow.
32
+
> Debugging between two computers connected through a proxy isn't supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries/regions isn't recommended and may fail or be unacceptably slow.
33
33
34
34
## Download and Install the remote tools
35
35
@@ -40,7 +40,7 @@ The remote debugger is supported on Windows 7 and newer and on versions of Windo
40
40
41
41
## <aname="BKMK_setup"></a> Set up the remote debugger
42
42
43
-
Once you have installed the remote debugger, follow these steps.
43
+
After you install the remote debugger, follow these steps.
@@ -49,11 +49,11 @@ Once you have installed the remote debugger, follow these steps.
49
49
50
50
## <aname="remote_csharp"></a> Remote debug the project
51
51
52
-
The debugger cannot deploy Visual C# or Visual Basic desktop applications to a remote machine, but you can still debug them remotely as follows. The following procedure assumes that you want to debug it on a computer named **MJO-DL**, as shown in the illustration below.
52
+
The debugger can't deploy Visual C# or Visual Basic desktop applications to a remote machine, but you can still debug them remotely as follows. The following procedure assumes that you want to debug it on a computer named **MJO-DL**, as shown in the illustration below.
53
53
54
54
1. Create a WPF project named **MyWpf**.
55
55
56
-
If you are trying to remote debug a MAUI app instead of WPF, see [Remote debug a .NET MAUI app on Windows](#remote-debug-a-net-maui-app-on-windows).
56
+
If you're trying to remote debug a MAUI app instead of WPF, see [Remote debug a .NET MAUI app on Windows](#remote-debug-a-net-maui-app-on-windows).
57
57
58
58
2. Set a breakpoint somewhere in the code that is easily reached.
59
59
@@ -88,7 +88,7 @@ The debugger cannot deploy Visual C# or Visual Basic desktop applications to a r
88
88
**MJO-DL:4024** on Visual Studio 2019
89
89
::: moniker-end
90
90
91
-
7. Make sure that **Enable native code debugging**is not selected.
91
+
7. Make sure that **Enable native code debugging**isn't selected.
92
92
93
93
8. Build the project.
94
94
@@ -97,7 +97,7 @@ The debugger cannot deploy Visual C# or Visual Basic desktop applications to a r
97
97
10. Copy the executable that you just built from your Visual Studio computer to the newly created folder on the remote computer.
98
98
99
99
> [!CAUTION]
100
-
> Do not make changes to the code or rebuild (or you must repeat this step). The executable you copied to the remote machine must exactly match your local source and symbols.
100
+
> Don't make changes to the code or rebuild (or you must repeat this step). The executable you copied to the remote machine must exactly match your local source and symbols.
101
101
102
102
You can copy the project manually, use XCopy, Robocopy, PowerShell, or other options.
0 commit comments