Skip to content

Commit f44a4ad

Browse files
Merge pull request #13460 from Mikejo5000/mikejo-br23
Update article on remote debugging C#
2 parents 2af9a7d + 80526db commit f44a4ad

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed
20.1 KB
Loading
43 KB
Loading

docs/debugger/remote-debugging-csharp.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Remote Debug a C# or VB project"
33
description: Learn how to debug a Visual Studio C# or Visual Basic application from a remote computer by following these step-by-step instructions.
4-
ms.date: "12/17/2023"
4+
ms.date: "12/18/2024"
55
ms.topic: "conceptual"
66
dev_langs:
77
- "C++"
@@ -64,12 +64,15 @@ The debugger cannot deploy Visual C# or Visual Basic desktop applications to a r
6464
::: moniker range="vs-2022"
6565
For C# projects targeting .NET Core or .NET 5+, starting in Visual Studio 2022, choose the **Debug launch profiles UI** from the **Debug** tab to configure settings for remote debugging.
6666

67-
![Screenshot of the Debug launch profile UI in the Visual Studio Project Properties for C# and .NET.](../debugger/media/vs-2022/remote-debugger-csharp.png)
67+
![Screenshot of the Debug launch profile UI in the Visual Studio Project Properties for C# and .NET.](../debugger/media/vs-2022/remote-debugger-csharp-launch-profile.png)
6868

69-
Otherwise, you change remote debug settings directly in the **Debug** tab.
70-
::: moniker-end
69+
Otherwise, for .NET Framework, you change remote debug settings directly in the **Debug** tab.
7170

71+
![Screenshot of the Debug tab in the Visual Studio Project Properties. The Use remote machine property is set to 'MJO-DL:4026'.](../debugger/media/vs-2022/remote-debugger-csharp.png)
72+
::: moniker-end
73+
::: moniker range="vs-2019"
7274
![Screenshot of the Debug tab in the Visual Studio Project Properties. The Use remote machine property is set to 'MJO-DL:4022'.](../debugger/media/remotedebuggercsharp.png)
75+
::: moniker-end
7376

7477
5. Make sure the **Working directory** text box is empty.
7578

docs/test/how-to-create-a-data-driven-unit-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create Data-Driven Unit Tests
33
description: Learn how to use the Microsoft unit test framework for managed code to set up a unit test method to retrieve values from a data source.
4-
ms.date: 12/05/2023
4+
ms.date: 12/18/2024
55
ms.topic: how-to
66
f1_keywords:
77
- vs.test.testresults.unittest.datadriven

docs/test/using-code-coverage-to-determine-how-much-code-is-being-tested.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Determine code testing coverage
33
description: Learn how to use the code coverage feature of Visual Studio to determine what proportion of your project code is being tested by coded tests.
4-
ms.date: 12/05/2023
4+
ms.date: 12/13/2024
55
ms.topic: conceptual
66
helpviewer_keywords:
77
- code coverage

0 commit comments

Comments
 (0)