wRTOS Remote Config

Use the wRTOS Remote Config utility on your target Runtime system to configure Microsoft remote debugging tools for use with wRTOS remote debugging.

Usage

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

Parameters

/?

Displays usage information.

/i [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 wRTOS Remote Debugger components.

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

/u [VS2019 | VS2022]

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

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

/s

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

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

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

Use [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 wRTOS Remote Debugger tools and starts the Visual Studio 2019 Remote Debugger with default msvsmon.exe parameters:

wRTOSRemoteConfig /r VS2019

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

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

wRTOSRemoteConfig /r VS2019 "/port 1234"

Note: Though the above examples use /r, that parameter is only required when not using the functionality available from wRTOS Settings

Remarks

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

Related Topics: