我想安装 xdebug。我遇到了问题。我已经为 xdebug 下载了 dll 文件。当我安装 xdebug 时,phpinfo();
没有显示该 xdebug。所以任何人都可以帮助我做到这一点。在将 xdebug.dll 文件放入 ext 文件夹后,我还编辑了 php.ini 文件。是否有必要安装zend以使用xdebug?所以请帮忙
[XDebug]
;zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
;xdebug.profiler_append = 0 ;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
;xdebug.profiler_output_dir = "C:\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
;xdebug.remote_enable = 0
;xdebug.remote_handler = "dbgp"
;xdebug.remote_host = "127.0.0.1"
;xdebug.trace_output_dir = "C:\xampp\tmp"
我在这里安装了 xdebug.dll 文件:C:\xampp\php\ext\php_xdebug.dll