您好,登錄后才能下訂單哦!
這篇文章主要介紹ubuntu PHP XDebug的示例分析,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
1、https://github.com/xdebug/xdebug 根據步驟順序執行 a) 錯誤一 遇到錯誤 ./rebuild.sh: 3: ./rebuild.sh: phpize: not found vim ./rebuild.sh 將 phpize 替換為全路徑 /usr/local/php/v7.1.9/bin/phpize /usr/local/php/v7.1.9/bin/phpize && ./configure --enable-xdebug-dev && make clean && make -j 5 all && make install b) 錯誤二 configure: error: Cannot find php-config. Please use --with-php-config=PATH 添加 --with-php-config=/usr/local/php/v7.1.9/bin/php-config /usr/local/php/v7.1.9/bin/phpize && ./configure --enable-xdebug-dev --with-php-config=/usr/local/php/v7.1.9/bin/php-config && make clean && make -j 5 all && make install 解決完錯誤重新執行 sudo ./rebuild.sh 安裝完成
2、修改php.ini [XDebug] xdebug.profiler_append = 0 xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = 0 xdebug.remote_enable = 1 xdebug.remote_mode = "req" xdebug.remote_handler = "dbgp" xdebug.remote_host = "127.0.0.1" xdebug.remote_port = 9001 xdebug.idekey="php" xdebug.remote_autostart = no zend_extension = /usr/local/php/v7.1.9/lib/php/extensions/no-debug-non-zts-20160303/xdebug.so
xdebug官網:https://xdebug.org/ windows dll 下載地址:https://xdebug.org/download.php
以上是“ubuntu PHP XDebug的示例分析”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。