添加xdebug后打不开
来源:2-9 在PHPStorm下断点调试代码
慕工程9182859
2020-03-19
[Xdebug]
zend_extension = E:\XAMPP\xampp\php\ext\php_xdebug-2.9.3-7.4-vc15-x86_64.dll
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey=“PHPSTORM”
添加以上代码后,重启打不开http://localhost/zerg/public/info.php
下载的是对应版本
删除代码后又能打开了,这是什么原因
写回答
1回答
-
7七月
2020-03-19
什么是打不开?这个描述太模糊了,麻烦详细描述下。
另外,课程里的方案肯定是正确的,如果有问题,应该再核对下哪一步出了问题
052020-03-21
相似问题