这次介绍的是debuggap
1.官网地址http://www.debuggap.com/
软件 在 /share/技术/software 仅提供mac64位 ,有其他需求的去官网下载即可

2.使用介绍

需要debug页面引入debuggap.js
下面切换成装逼模式

Include debuggap.js in your web project. (We recommend that add it before including other javascript files)
e.g <script src="http://style.mc2113.com/dist/lib/js/util/debuggap.js" type="text/javascript"></script>

When your web application has loaded,there will be one blue spot in your application.

Tap the spot, and Tap the 'Config' leaf to display the config page.Enter the host and port which should be the same with those on the remote DebugGap e.g 192.168.1.104:11111 ,then tap the 'Connect' button(ip address is mine,you should change it by yourself)

The client to-do list(ought to be done firstly):
1.Double-click the executable file 'DebugGap' to run the application
2.Click 'Connect' button to start the listener for all kinds of clients

3.Add proxy 192.168.1.4:11111 for network to record all the http request(e.g images)
In order to use single-step debug for android, please enable USB debugging in Developer options

说人话,可以debug ,有待测试, 四叶草那里 点击inspect ,然后点击节点,类似于chrome 的审查元素的鼠标

« 各种 真机远程调试 方法 汇总(转) 中木马鸟 »