# Mobile Debugger

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

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

登录GrowingIO平台，在任意界面单机右上角 <img src="https://2602900487-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lo08UtW7H58ehFKeZ4g%2F-LrE00A8UlBZIpsZnduI%2F-LrE3Eo25mdzn81QwW0v%2F2019-10-10_18-59-32.png?alt=media&#x26;token=d287e298-d5b8-4443-8cbd-198140a19298" alt="" data-size="line"> 选择**Mobile Debugger**进入Mobile Debugger启动页。

![Mobile Debugger启动页](https://2602900487-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lo08UtW7H58ehFKeZ4g%2F-LrE00A8UlBZIpsZnduI%2F-LrE2iFm5-qEq6sceTqk%2Fimage.png?alt=media\&token=daac24e6-a53e-4279-a219-87fb7028765a)

第二步、扫码唤起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采集的行为数据以及当前页面截图就会出现在网页上，测试同学可以根据数据看数据的采集以及发送情况，对数据进行测试。

![](https://2602900487-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lo08UtW7H58ehFKeZ4g%2F-LvtlhlYUQeroktmhARD%2F-LvtmP1-ERCAmnh1WThX%2Fimage.png?alt=media\&token=2830106c-3666-4003-a83e-86f189183749)

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://growingio.gitbook.io/docs/developer-manual/debugging/mobile-debugger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
