phpstudy配置xdebug调试

[XDebug]
xdebug.profiler_output_dir="D:phpstudyPHPTutorial mpxdebug"
xdebug.trace_output_dir="D:phpstudyPHPTutorial mpxdebug"
zend_extension="D:phpstudyPHPTutorialphpphp-5.4.45extphp_xdebug.dll"

xdebug.remote_enable = On
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port = 9000
xdebug.auto_trace = On
xdebug.show_exception_trace = On
xdebug.remote_autostart = On
xdebug.collect_vars = On
xdebug.collect_return = On
xdebug.collect_params = On
xdebug.trace_output_dir="D:phpstudyPHPTutorial mpxdebug"
xdebug.show_local_vars = On
xdebug.profiler_enable = On
xdebug.profiler_enable_trigger = On

原文地址:https://www.cnblogs.com/bluestear/p/9198689.html