作者/来源:yixinu.com
栏目:运维/编程
日期:2014-12-04 09:29:04
[xdebug]
zend_extension = /usr/local/server/php54/ext/xdebug.so
xdebug.auto_trace = On
xdebug.show_exception_trace = On
xdebug.remote_autostart = On
xdebug.remote_enable = On
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9001
xdebug.collect_vars = On
xdebug.collect_return = On
xdebug.collect_params = 4
xdebug.dump.* = COOKIE, FILES, GET, POST, REQUEST, SERVER, SESSION
zend_extension = /usr/local/server/php54/ext/xdebug.so
xdebug.auto_trace = On
xdebug.show_exception_trace = On
xdebug.remote_autostart = On
xdebug.remote_enable = On
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9001
xdebug.collect_vars = On
xdebug.collect_return = On
xdebug.collect_params = 4
xdebug.dump.* = COOKIE, FILES, GET, POST, REQUEST, SERVER, SESSION
xdebugbug.max_nesting_level = 100
xdebug.var_display_max_children=128
xdebug.var_display_max_data=512
xdebug.var_display_max_depth=5