其他分享
首页 > 其他分享> > debug 3的配置

debug 3的配置

作者:互联网

[XDebug]
zend_extension="D:\phpStudy\PHPTutorial\php\php-7.2.1-nts\ext\php_xdebug-3.0.4-7.2-vc15-nts.dll"
xdebug.idekey="PHPSTORM"  # 非常重要,务必记住
;配置端口和监听的域名
xdebug.mode=debug
xdebug.discover_client_host=true
xdebug.remote_cookie_expire_time = 3600
xdebug.client_port=9000
xdebug.client_host="localhost"
xdebug.start_with_request=yes
xdebug.remote_handler = "dbgp"

标签:xdebug,remote,nts,配置,7.2,client,debug,php
来源: https://blog.csdn.net/qq_35138724/article/details/122855313