php 的代码如何调试?

第一步 :

需要开启php 的xdebug扩展。同时需要增加一下的配置写入进去 路径写你自己的就可以啦

更改你的php.ini

XDEBUG Extension [xdebug] zend_extension =”D:/wamp64/bin/php/php5.6.25/zend_ext/php_xdebug-2.4.1-5.6-vc11-x86_64.dll” xdebug.remote_enable = 1 ;远程主机 xdebug.remote_host = localhost ;主机端口 xdebug.remote_port = 9001 ;开启自动开始调试 xdebug.remote_autostart=on xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = off xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir =”D:/wamp64/tmp” xdebug.show_local_vars=0 xdebug.idekey = PHPSTORM

第二步:

下载火狐的浏览器,添加扩展 Xdebug Session Cookie,你要是添加其他的也可以需要自己找一下对应的扩展。

同时配置一下,这里的IDE KEY 需要和上面的 xdebug.idekey 配置成一样的。

第三步:设置phpstorm

这里的端口号需要和php.ini里面的 xdebug.remote_port = 9001 相对应。

这里面的ide key值需要和 php.ini里面的 xdebug.idekey 配置成一样。

第四步,

打开 phpstorm中的电话按钮

打开火狐的扩展

然后访问你的url就可以实现调试啦。

© 版权声明
THE END
喜欢就支持一下吧
点赞14 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片