php.ini: xdebug配置

;xdebug.collect_vars = On
;xdebug.collect_return = On
;xdebug.collect_params = On
;xdebug.profiler_enable=1

xdebug.remote_enable = On
xdebug.remote_autostart = On
xdebug.remote_handler = dbgp
xdebug.remote_host= localhost
xdebug.remote_port = 9100
xdebug.idekey = PHPSTORM

phpstorm:

添加remote debug

phpstorm xdebug配置
填写server和ide-key

打开设置

phpstorm xdebug配置
phpstorm xdebug配置

over

相关文章:

  • 2021-10-07
  • 2022-01-13
  • 2021-10-08
  • 2021-04-19
  • 2021-11-02
猜你喜欢
  • 2022-12-23
  • 2021-11-27
  • 2022-02-08
  • 2021-08-26
  • 2021-09-16
  • 2021-08-06
  • 2021-10-25
相关资源
相似解决方案