phpstorm xdebug配置参数

2021-01-09 18:32

阅读:796

标签:版本   pre   put   dir   tor   参数   handle   dll   ace   

[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配置参数

标签:版本   pre   put   dir   tor   参数   handle   dll   ace   

原文地址:https://www.cnblogs.com/duyuan/p/13507496.html


评论


亲,登录后才可以留言!