> For the complete documentation index, see [llms.txt](https://growingio.gitbook.io/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://growingio.gitbook.io/v3/developer-manual/debugging/mobile-debugger.md).

# Mobile Debugger

## 启动Mobile Debugger <a href="#qi-dong-mobile-debugger" id="qi-dong-mobile-debugger"></a>

**第一步、进入Mobile Debugger启动页**

登录GrowingIO平台，在**数据中心-数据校验** ![](https://github.com/growingio/growingio-docs-v3/tree/d520f4a494f6c0635c83422f55c665597e79ee96/.gitbook/assets/2019-10-10_18-59-32.png) 选择**Mobile Debugger**进入Mobile Debugger启动页。

![](/files/-MCQxpJAte21AqYXnc8f)

第二步、扫码唤起App

1. 选择项目中需要进行测试的应用，并保证手机中已经安装该APP，且该APP已经集成GrowingIO 2.2.0及以上的SDK。
2. 使用手机浏览器扫描入口的二维码唤起Debug的APP，需要注意微信中扫码无法唤起APP。

## 使用 Mobile Debugger 测试数据 <a href="#shi-yong-mobile-debugger-ce-shi-shu-ju" id="shi-yong-mobile-debugger-ce-shi-shu-ju"></a>

在唤起Debug的APP后，该APP采集的行为数据以及当前页面截图就会出现在网页上，测试同学可以根据数据看数据的采集以及发送情况，对数据进行测试。

![](/files/-M9vHgfLLe6eKF2hpSav)

在此概览中可能出现的数据日志含义分别有：

| 请求类型 | 说明                                                                     |
| ---- | ---------------------------------------------------------------------- |
| page | 页面浏览数据                                                                 |
| vst  | 用户访问数据                                                                 |
| clck | 点击行为数据                                                                 |
| chng | 输入框行为数据                                                                |
| cstm | “事件以及关联的事件级变量”数据                                                       |
| pvar | “页面级变量”数据                                                              |
| evar | “转化变量”数据                                                               |
| ppl  | “用户变量”数据                                                               |
| imp  | <p>元素浏览数据</p><p>数据量级过大，影响Mobile Debugger性能，Mobile Debugger不展示这部分数据</p> |
