[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
新闻热点
疑难解答