Skip to content

Commit a511f29

Browse files
author
Colin Robertson
committed
Address VS1530 Linux remote targets
1 parent 8f9ef91 commit a511f29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux/prop-pages/debugging-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Linux support is available in Visual Studio 2017 and later.
1515

1616
Property | Description | Choices
1717
--- | ---| ---
18-
Remote debug machine | **Visual Studio 2019 version 16.1**: Specifies the machine to debug the program on. Can be different than the remote build machine that's specified on the [General](general-linux.md) page.
18+
Remote debug machine | **Visual Studio 2019 version 16.1**: Specifies the machine to debug the program on. Can be different than the remote build machine that's specified on the [General](general-linux.md) page. You can add or edit a target machine connection by using **Tools** > **Options** > **Cross Platform** > **Connection Manager**.
1919
Pre-Launch Command | A command that's run on the shell before the debugger starts, that can be used to affect the debugging environment.
2020
Program | The full path on the remote system to the program to debug. If left empty or unchanged, it defaults to the current project output.
2121
Program Arguments | The command-line arguments to pass to the program being debugged.

docs/linux/prop-pages/general-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Target Extension | Specifies the file extension (for example, `.a`) that this pr
2323
Extensions to Delete on Clean | Semi-colon-delimited wildcard specification for which files in the intermediate directory to delete on clean or rebuild.
2424
Build Log File | Specifies the build log file to write to when build logging is enabled.
2525
Platform Toolset | Specifies the toolset used for building the current configuration. If not set, the default toolset is used.
26-
Remote Build Machine | The target machine or device to use for remote build, deploy, and debug. **Visual Studio 2019 version 16.1** You can specify a different machine for debugging on the [Debugging](debugging-linux.md) page.
26+
Remote Build Machine | Displays the target machine or device to use for remote build, deploy, and debug. You can add or edit a target machine connection by using **Tools** > **Options** > **Cross Platform** > **Connection Manager**. **Visual Studio 2019 version 16.1** You can specify a different machine for debugging on the [Debugging](debugging-linux.md) page.
2727
Remote Build Root Directory | Specifies a path to a directory on the remote machine or device.
2828
Remote Build Project Directory | Specifies a path to a directory on the remote machine or device for the project.
2929
Remote Deploy Directory | **Visual Studio 2019 version 16.1** Specifies the directory path on the remote machine or device to deploy the project.

0 commit comments

Comments
 (0)