xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir="D:\php\phpstudy\PHPTutorial\tmp\xdebug"
xdebug.trace_output_dir="D:\php\phpstudy\PHPTutorial\tmp\xdebug"
xdebug.profiler_output_name = "cache.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
zend_extension="D:\php\phpstudy\PHPTutorial\php\php-7.2.1-nts\ext\php_xdebug-2.6.0-7.2-vc15-nts.dll"

https://xdebug.org/download.php

下载最新的xdebug.dll

相关文章:

  • 2021-10-29
  • 2021-08-03
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-27
  • 2022-02-20
  • 2022-12-23
  • 2021-11-15
  • 2022-02-25
  • 2022-12-23
  • 2022-01-23
相关资源
相似解决方案