Window xdebug 修改php.ini
;zend_extension_ts="d:/php/ext/php_xdebug.dll"
xdebug.auto_trace=on
xdebug.trace_output_dir="D:/wamp/logs"
xdebug.collect_params=on
xdebug.collect_return=on
xdebug.profiler_enable=on
xdebug.profiler_output_dir="D:/wamp/logs"
xdebug.remote_enable=on
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
页:
[1]