phpstorm xdebug配置参数
2021-01-09 18:32
标签:版本 pre put dir tor 参数 handle dll ace phpstorm xdebug配置参数 标签:版本 pre put dir tor 参数 handle dll ace 原文地址:https://www.cnblogs.com/duyuan/p/13507496.html[XDebug]
xdebug.profiler_output_dir="D:\phpstudy_pro\Extensions\tmp\xdebug"
xdebug.trace_output_dir="D:\phpstudy_pro\Extensions\tmp\xdebug"
zend_extension="D:\phpstudy_pro\Extensions\php\php7.3.4nts\ext\php_xdebug.dll" #找对应版本的扩展
xdebug.remote_enable = On
xdebug.remote_handler = dbgp
xdebug.remote_host= 127.0.0.1
xdebug.remote_port = 9005
xdebug.idekey = PHPSTORM
文章标题:phpstorm xdebug配置参数
文章链接:http://soscw.com/index.php/essay/41229.html