wecenter在二次开发打断点的方法

Alu
Alu This guy is lazy,Introduction has not been set

4 People liked this article · 3030 views

1、开启网站 Debug 模式system\config\system.php $config['debug'] = true;   2、在你想要输出内容的位置加入: AWS_APP::debug_log('votes', '', json_encode($text)); votes值可以改,避免多个被履盖,$text 值可以传入数组或其它要显示的参数;   在DEBUG内显示

Published on 2018-07-23 18:18

Disclaimers:

This document is written by Alu Original published on WeCenter ,The copyright belongs to the author。

Log in,More exciting content waiting for you to find,Contribute wonderful answers,Participate in comment interaction

go Sign in! No accountgoregister

Alu
2018-08-06 13:55
开启网站 Debug 模式system\config\system.php
 爱在梦幻谷
2018-08-03 08:52
页脚是值控制台吗?并没有发现会输出,不知道是哪里的问题
Alu
2018-07-30 16:37
页脚的DEBUG
 爱在梦幻谷
2018-07-30 11:03
在哪里查看调试信息?
 爱在梦幻谷
2018-07-30 10:55
在哪里查看提示信息?