phpstudy环境下phpstorm配置xdebug
1.php7.2.1的xdebug插件在phpstudy中还没有,如果想用的话得先下载pear然后在下载对应的.dll,非常麻烦所以我的php版本切换到7.0
2.phpstorm相关配置


3.在对应的php.ini版本中加上对应的xdebug路径
xdebug.profiler_output_dir="D:\phpStudy\PHPTutorial\php\php-7.0.12-nts\ext\php_xdebug.dll"
4. phpstorm 配置PHP WEB PAGE

微信图片_20180329161842.png
5.设置断点跟读框架代码(配合Fiddler调试更加方便)


本文标题:phpstudy环境下phpstorm配置xdebug
本文链接:https://www.haomeiwen.com/subject/qctvcftx.html
网友评论