eRTOS Visual Studio Remote Debug Monitor
The eRTOS Visual Studio Remote Debug Monitor (RtVSMon) enables you to debug programs running on a different eRTOS target from where Visual Studio is installed.
Usage
RtVSMon.ertos [options]
Options
i= The source IP address (if needed). This instructs the eRTOS Visual Studio Remote Debugger to listen on the network using the specified IP address value. On a computer with multiple network interfaces, this option allows you to specify which one will be used for remote debugging. The default value is the first available IP address.
v= 0,1 verbose mode: Prints extra info. The default value is 0.
p= The port number. It modifies the TCP/IP port number that the eRTOS Visual Studio Remote Debugger listens on. The default port is 9999.
/?= Displays help message.
Related Topics: