phpstorm开启断点调试
Posted lichihua
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了phpstorm开启断点调试相关的知识,希望对你有一定的参考价值。
首先安装xdebug扩展
https://xdebug.org/ 点击下载然后在点击自定义安装说明
php有个phpinfo()函数,需要它在浏览器输出然后查看网页源代码,全部复制粘贴
具体:
zend_extension = D:xamppphpextphp_xdebug-2.6.1-7.0-vc14.dll xdebug.remote_enable=1 xdebug.remote__handler=dbgp xdebug.remote_mode=req xdebug.remote_host=localhost xdebug.remote_port=9000
选择php Web Application
以上是关于phpstorm开启断点调试的主要内容,如果未能解决你的问题,请参考以下文章