附件一【function_debug.rar】: function_debug.rar (5.32 KB)
一、�0�2 首先开启
debug
模式得有两个步骤:
�0�2�0�2�0�2�0�2 1、必须在
source/function 下上传
function_debug.php(见附件一 function_debug.rar);
�0�2�0�2�0�2�0�2 2、必须开启
config/config_global.php 里的
debug 配置:
需要在配置文件里加上
$_config[‘debug’] = ‘debug’; // = ‘可自定义’,进入debug模式时页面地址中需要它。
二、�0�2 图文讲解
看下图进入debug模式需要在当前的页面地址加参数:
http://你的网站地址/index.php?debug=debug黄色底纹的就是进入debug模式的必要参数,在你想调试的页面地址中加上它就能进入debug调试。
如:
想调试论坛首页http://你的网站地址/forum.php?debug=debug
想调式版块页面:http://你的网站地址/forum.php?mod=forumdisplay&fid=2&debug=debug
附件一【function_debug.rar】: function_debug.rar (5.32 KB) 一、�0�2 首先开启 debug
模式得有两个步骤: �0�2�0�2�0�2�0�2 1、必须在 source/function 下上传 function_debug.php(见附件一
function_debug.rar); �0�2�0�2�0�2�0�2 2、必须开启 config/config_global.php 里的 debug
配置: 需要在配置文件里加上 $_config[‘debug’] = ‘debug’; // = ‘可自定义’,进入debug模式时页面地址中需要它。
二、�0�2 图文讲解 看下图进入debug模式需要在当前的页面地址加参数:
http://你的网站地址/index.php?debug=debug黄色底纹的就是进入debug模式的必要参数,在你想调试的页面地址中加上它就能进入debug调试。
如: 想调试论坛首页http://你的网站地址/forum.php?debug=debug
想调式版块页面:http://你的网站地址/forum.php?mod=forumdisplay&fid=2&debug=debug
M.king原创文章: 在Discuz! X2.0开启debug模式方法
http://www.discuz.net/thread-2674451-1-1.html
附件一【function_debug.rar】: function_debug.rar (5.32 KB) 一 […]