phpstorm+xdebug配置

阅读次数: 2,373

  • A+
所属分类:建站

三个东西要统一

1.环境变量中的php版本

2.项目的php版本

3.phpstorm所支持的xdebug 版本

我的环境 php7.3+ phpstorm2019

重要配置记录点

phpstorm+xdebug配置
phpstorm+xdebug配置
phpstorm+xdebug配置

xdebug 下载地址

http://xdebug.org/download/historical

调试常用配置

[Xdebug]
xdebug.remote_log=E:/phpstudy_pro/Extensions/php/php7.3.4nts/ext/xdebug.log
xdebug.idekey=PHPSTORM

;zend_extension=E:/phpstudy_pro/Extensions/php/php7.3.4nts/ext/php_xdebug-3.1.1-7.3-vc15-nts-x86_64.dll
;xdebug.remote_enable=On
;xdebug.remote__handler=dbgp
;xdebug.remote_mode=req
;xdebug.remote_host=localhost
;xdebug.remote_port=9001
;xdebug.remote_autostart=1
;xdebug.remote_log=E:/phpstudy_pro/Extensions/php/php7.3.4nts/ext/xdebug.log
;xdebug.collect_params=1
;xdebug.collect_return=1
;xdebug.auto_trace=On
;xdebug.trace_output_dir=E:/phpstudy_pro/Extensions/php_log/php7.3.4nts.xdebug.trace
;xdebug.profiler_enable=On
;xdebug.profiler_output_dir=E:/phpstudy_pro/Extensions/php_log/php7.3.4nts.xdebug.profiler
;xdebug.remote_handler=dbgp
;xdebug.idekey=PHPSTORM
;xdebug.cli_color=1
zend_extension=E:/phpstudy_pro/Extensions/php/php7.3.4nts/ext/php_xdebug-2.7.0-7.3-vc15-nts-x86_64.dll
xdebug.collect_params=1
xdebug.collect_return=1
xdebug.auto_trace=Off
xdebug.trace_output_dir=E:/phpstudy_pro/Extensions/php_log/php7.3.4nts.xdebug.trace
xdebug.profiler_enable=Off
xdebug.profiler_output_dir=E:/phpstudy_pro/Extensions/php_log/php7.3.4nts.xdebug.profiler
xdebug.remote_enable=On
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp

隐藏内容需要支付:¥5
立即购买
xdebug+ansi189+谷歌xdebug插件+phpstorm2019 打包下载

  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: