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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.