Xdebug3 配置

Xdebug3更新了之后,有些配置发生了变化.

Xdebug升级

[Xdebug]
zend_extension=php_xdebug.dll
xdebug.output_dir = "c:\tmp"
xdebug.log=xdebug.log
xdebug.mode=debug,trace
xdebug.start_with_request = yes
xdebug.client_port = 9055
xdebug.client_host=127.0.0.1
xdebug.remote_handler=dbgp
xdebug.idekey=PHPSTORM
原文地址:https://www.cnblogs.com/tl542475736/p/14726704.html