amis2/docs/zh-CN/extend/debug.md
吴多益 62611cc6ea
chore: debug 功能改成在 env 里初始化,方便针对特定 amis 渲染区域关闭 (#3738)
* chore: debug 功能改成在 env 里初始化,方便针对特定 amis 渲染区域关闭

* 补回 warning
2022-03-10 13:59:50 +08:00

25 lines
782 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 调试工具
---
> 1.6.1 及以上版本
amis 内置了调试工具,可以查看组件内部运行日志,方便分析问题,目前在文档右侧就有显示。
## 开启方法
默认不会开启这个功能,可以通过下面三种方式开启:
1. render 的 env 里设置 `enableAMISDebug`
1. 配置全局变量 `enableAMISDebug` 的值为 `true`,比如 `window.enableAMISDebug = true`
1. 在页面 URL 参数中加上 `amisDebug=1`,比如 `http://xxx.com/?amisDebug=1`
开启之后,在页面右侧就会显示。
## 目前功能
目前 Debug 工具提供了两个功能:
1. 运行日志,主要是 api 及数据转换的日志
2. 查看组件数据链Debug 工具展开后,点击任意组件就能看到这个组件的数据链