PHP添加xdebug插件,配置PHPStorm調試

第一步:打開https://xdebug.org/wizard.php,把phpinfo()的內容複製進去,然後根據系統提示走步驟,把xdebug.so放到php.ini中。 第二步:修改php.ini文件,基礎配置如下:(剛開始使用,以後用到再添加) xdebug.remote_enable=on //開啓調試功能 xdebug.remote_host="localhost" //配置調試服務器
相關文章
相關標籤/搜索