문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top