. |
Remote Debugging with MS Visual StudioMicrosoft Visual Studio supports remote debugging. Using remote debug, you can run the debugger on the host, stepping into the executable code on the target (eXMP). To use this feature, you will need to configure MS Visual Studio to use remote debugging with the Debugger Remote Connection (Build > Debugger Remote Connection) via a TCP/IP connection: You will also need to install the remote debugger monitor on the target system (eXMP). For more information, click here. Then run the debugger monitor on the target system (eXMP) with the TCP/IP option: msvcmon –tcpip
Configure the Host connection via the Settings tab.
Click the Connect button to connect to the host. And now you will be able to run the debugger remotely from your host system.
|
| | Copyright © 2001-2021 Motion Engineering |