Skip to content

Commit c6f30c7

Browse files
TylerMSFTTylerMSFT
andauthored
add link to different toolset environment list (MicrosoftDocs#4171)
* add link to toolset environment list Co-authored-by: TylerMSFT <[email protected]>
1 parent 1468688 commit c6f30c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/build/cmake-remote-debugging.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Select the Visual Studio **Configuration** dropdown and select **Manage Configur
6060
![Choose Manage Configurations in the Visual Studio configurations drop-down.](media/vs2019-cmake-manage-configurations.png)
6161

6262
Add a new configuration by selecting **Add a new configuration** (the green **+** button).\
63-
In the **CMakeSettings** dialog that appears, select **arm64-debug**, and then press **Select**:
63+
In the **CMakeSettings** dialog that appears, select **arm64-debug**, and then choose **Select**:
6464

6565
![Add arm64-debug configuration.](media/cmake-add-config-icon-with-target-dialog.png)
6666

@@ -71,13 +71,12 @@ The **Toolset** dropdown is set to **msvc_arm64_x64**. Your settings should now
7171
![CMake settings dialog.](media/cmake-settings-editor2.png)
7272

7373
> [!Note]
74-
> In the **Toolset** dropdown, **msvc_arm64** selects 32-bit host tools to cross-compile to ARM64, whereas **msvc_arm64 x64** selects 64-bit host tools to cross-compile to ARM64, which is what you'll do in this tutorial.
74+
> In the **Toolset** dropdown, **msvc_arm64** selects 32-bit host tools to cross-compile to ARM64, whereas **msvc_arm64 x64** selects 64-bit host tools to cross-compile to ARM64, which is what you'll do in this tutorial. For more information about the available toolset environments, see [Pre-defined environments](cppproperties-schema-reference.md#pre-defined-environments).
7575
7676
Save the *`CMakeSettings.json`* file. In the configuration dropdown, select **arm64-debug**. (It may take a moment after saving the *`CMakeSettings.json`* file for it to appear in the list):
7777

7878
![Ensure that arm64-debug is selected in the Visual Studio configurations drop-down.](media/vs2019-cmake-manage-configurations-arm.png)
7979

80-
8180
## Add a debug configuration file
8281

8382
Next, add configuration information that tells Visual Studio where to find your remote machine, along with other configuration details.

0 commit comments

Comments
 (0)