首页 > 学院 > 开发设计 > 正文

XDebug基本配置项说明

2019-11-10 18:31:46
字体:
来源:转载
供稿:网友

[Xdebug] zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so zend_extension_debug=. xdebug.default_enable =On xdebug.auto_trace=On xdebug.show_exception_trace=On

**用来显示错误信息 display_errors = On html_errors = On

**显示堆栈信息 xdebug.show_local_vars = 1 xdebug.max_nesting_level = 50 xdebug.var_display_max_depth = 6 xdebug.dump_once = On xdebug.dump_globals = On xdebug.dump_undefined = On xdebug.dump.REQUEST = * xdebug.cli_color = 2

**显示性能信息 xdebug.collect_params=On xdebug.collect_return=On xdebug.PRofiler_enable=On xdebug.trace_output_dir=”/opt/xdebug” xdebug.profiler_output_dir=”/opt/xdebug”

**远程调试配置信息 xdebug.remote_enable=On xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.remote_handler=dbgp


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表