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

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章