Question

Visual Studio comes with a set of "Remote Tools" (like Remote Spy, Zoom-In, Process Viewer, etc...) for debugging applications on Windows Mobile and Windows CE devices. These applications will work either a USB ActiveSync connection or over a TCP/IP network with Remote Debugging enabled on the device. The RAPI and RAPI2 interfaces, however, will only connect to devices over ActiveSync.

What are these "Remote Tools" applications using that allows them to connect over any TCP/IP network? Is there some API other than RAPI & RAPI2 that allows this?

Was it helpful?

Solution

The remote tools are using the CoreCon APIs, not RAPI.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top