Weinre 为了能够同步桌面的调试客户端和移动设备上的调试目标,需要你搭建一个调试服务器(Debug Server)。因此,在使用 Weinre 进行远程设备调试时,包含了上面的三种元素:
基于20个网页-相关网页
Debug server host for device 点击
Server Debug Symbols 服务器调试符号
Dalvik Debug Monitor Server Dalvik调试监控服务器
Specify localhost/~username/ as the Debug Server URL. (Specifically, this can be any path on the server that contains a PHP file.)
所以指定 localhost/~username/ 作为 Debug Server URL(这可以是服务器上包含 PHP 文件的任何路径。
Copy the JAR file to the appropriate location on the remote computer, or even the same machine, invoke the debug server, and then attach a client to it.
将JAR文件复制到远程计算机或同一台计算机上的适当位置,调用调试服务器,然后为它添加一个客户机。
Make sure that you have started the server in debug mode.
请您一定要在调试方式中启动服务器。
应用推荐