xdebug 补充版 PHP7.2 配置无效

xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir="D:phpphpstudyPHPTutorial	mpxdebug"
xdebug.trace_output_dir="D:phpphpstudyPHPTutorial	mpxdebug"
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:phpphpstudyPHPTutorialphpphp-7.2.1-ntsextphp_xdebug-2.6.0-7.2-vc15-nts.dll"

https://xdebug.org/download.php

下载最新的xdebug.dll

原文地址:https://www.cnblogs.com/JANCHAN/p/8647337.html