views:

92

answers:

1

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?

+1  A: 

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

ctacke