标签:system instr info apach src padding lin tput handler
Xdebug安装地址 https://xdebug.org/download.php
进入下载页面后点击 custom installation instructions
复制phpinfo整个网页内容(Command+A),粘贴到文本框中
提交后,会显示适合安装的Xdebug版本
对PHP的php.ini文件,进行配置
在尾部添加以下代码,去掉#号,并修改正确参数
[xdebug] #zend_extension = C:\AppServ\php7\ext\php_xdebug-2.6.1-7.1-vc14.dll #xdebug.profiler_enable = off #xdebug.profiler_enable_trigger = off #xdebug.profiler_output_name = cachegrind.out.%t.%p #xdebug.profiler_output_dir = "c:/AppServ/xdebug_temp" #xdebug.remote_enable=1 #xdebug.remote_host=127.0.0.1 #xdebug.remote_port=9000 #xdebug.remote_handler=dbgp
最后重启WEB服务器,本机是Apache
标签:system instr info apach src padding lin tput handler
原文地址:https://www.cnblogs.com/zhuyongzhe/p/9887133.html