PHP添加xdebug插件,配置PHPStorm调试

第一步:打开https://xdebug.org/wizard.php,把phpinfo()的内容复制进去,然后根据系统提示走步骤,把xdebug.so放到php.ini中。 第二步:修改php.ini文件,基础配置如下:(刚开始使用,以后用到再添加) xdebug.remote_enable=on //开启调试功能 xdebug.remote_host="localhost" //配置调试服务器
相关文章
相关标签/搜索