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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM