Skip to content

Commit 8b6945a

Browse files
TylerMSFTTylerMSFT
authored andcommitted
acrolinx
1 parent ad48533 commit 8b6945a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/build/cmake-remote-debugging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: "Tutorial: Debug a CMake project on a remote Windows machine"
33
ms.date: "12/2/2020"
44
ms.topic: tutorial
5-
description: "How to use Visual Studio C++ on Windows to create and build a CMake project that you can deploy and debug on a remote Windows machine."
5+
description: "How to use Visual Studio C++ on Windows to create and build a CMake project. You'll then deploy and debug it on a remote Windows machine."
66
---
77

88
# Tutorial: Debug a CMake project on a remote Windows machine
99

10-
This tutorial shows how to use Visual Studio C++ on Windows to create and build a CMake project that you can deploy and debug on a remote Windows machine. This tutorial is specific to ARM64, but the steps can be generalized to remotely deploy and debug a CMake project on other architectures.
10+
This tutorial shows how to use Visual Studio C++ on Windows to create and build a CMake project that you can deploy and debug on a remote Windows machine. This tutorial is specific to ARM64, but the steps can be generalized for other architectures.
1111

1212
This tutorial focuses on ARM64 because that's the default remote debugging experience. Attempting to debug without configuring your CMake project as shown in this tutorial will result in an error that Visual Studio can't find the remote machine.
1313

@@ -78,7 +78,7 @@ Change the **Solution Explorer** view to targets view by selecting the **Switch
7878

7979
Then double-click **CMake Targets View**. The **CMake Targets View** appears.
8080

81-
In the **Solution Explorer**, open the project folder, **CMakeProject3 Project**, this this example, and then right-click the executable and select **Add Debug Configuration**:
81+
In the **Solution Explorer**, open the project folder, **CMakeProject3 Project**, this example, and then right-click the executable and select **Add Debug Configuration**:
8282

8383
![Select add debug configuration](media/cmake-targets-add-debug-configuration.png)
8484

0 commit comments

Comments
 (0)