I have followed the instructions in
Application Debugging Over Ethernet Using Visual Studio
in setting up the Ethernet connection to the board as follows:
- Ran the debugger client on the target board. Captured the IP address from the message displayed
- Configured the IP address in the Visual Studio project (project->Properties. Under Configuration Properties, select Debugging. Inserted the target IP Address.
- Since the target already has the debug tools I did not copy them the PC to the target. I did notice though that all the debug files in the target did not have the ‘3’ appended to the filenames as in the PC. I don’t know if that makes a difference or not.
- In the target, opened a command prompt, typed conmanclient.
- In the target , opened a 2nd command prompt, type cmaccept.
- In the host PC, started the debug session (Debug->Start Debugging) within 3 minutes after running cmaccept in the target.
At this point, Visual Studio just hangs. I am aware that this seems to be the response if the IP address is not configured in advance in the project. I have repeated the steps above several times but still no luck.