PHP 7 Xdebug 深深的坑

zend_extension  7.0 下的 php.ini 配置
 


[XDebug]
;; Only Zend OR (!) XDebug
zend_extension=f:xamppphpextphp_xdebug-2.4.1-7.0-vc14.dll
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.collect_vars = On
xdebug.collect_return = On
xdebug.collect_params = On
xdebug.profiler_enable=1
xdebug.profiler_output_dir=f:xampp mp
原文地址:https://www.cnblogs.com/cndavy/p/5985930.html