RTX64RemoteConfig

Use RTX64RemoteConfig on your target Runtime system to configure Microsoft remote debugging tools for use with RTX64 remote debugging.

Usage:

RTX64RemoteConfig [/?] | [/i [VS2015 | VS2017 | VS2019 | VS2022 ]] | [/u [VS2015 | VS2017 | VS2019 | VS2022]] | [/s] | [/r] [[VS2015 | VS2017 | VS2019 | VS2022] ["Msvsmon.exe command line options"]]

Parameters

/?

Displays usage information.

/i [VS2015 | VS2017 | VS2019 | VS2022]

Verifies whether the necessary Visual Studio Remote tools are installed on the machine. If they are present, this command installs and configures the RTX64 Remote Debugger components.

Use [VS2015 | VS2017 | VS2019 | VS2022] to specify the Visual Studio version.

/u [VS2015 | VS2017 | VS2019 | VS2022]

Verifies whether Visual Studio Remote tools are installed on the machine and configured for use with the RTX64 Remote Debugger. If they are present, this command uninstalls the RTX64 Remote Debugger components.

Use [VS2015 | VS2017 | VS2019 | VS2022] to specify the Visual Studio version.

/s

Provides information on whether the RTX64 Remote Debugger components required for debugging RTSS applications remotely in Visual Studio are installed on the machine.

/r [[VS2015 | VS2017 | VS2019 | VS2022] ["Msvsmon.exe command line options"]]

Runs required RTX64 Remote Debugging services for debugging RTSS applications remotely using Visual Studio.

Use [VS2015 | VS2017 | VS2019 | VS2022] to start the version of msvsmon.exe that matches your version of Visual Studio with the optional ["Msvsmon.exe command line options"] parameter. See the Visual Studio remote debugger Help for information on msvsmon.exe parameters.

Examples

Example 1: Start Visual Studio 2019 with default parameters

The following command runs RTX64 Remote Debugger tools and starts the Visual Studio 2019 Remote Debugger with default msvsmon.exe parameters:

RTX64RemoteConfig /r VS2019

Example 2: Start Visual Studio 2019 with the option to configure the port

The following command runs RTX64 Remote tools and starts Visual Studio 2019 Remote Debugger with msvsmon.exe command line option to configure port.

RTX64RemoteConfig /r VS2019 "/port 1234"

NOTE: Though the above examples use /r, that parameter is only required when not using the functionality available from the Control Panel.

Remarks

If you copy msvsmon.exe on your system instead of installing Visual Studio Remote tools, RTX64RemoteConfig will not be able to install and configure remote tools for use with RTX64 remote debugging support.

Related Topics:

Configuring Remote Debugging

Remote Debugging with Visual Studio