Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top