您好,登錄后才能下訂單哦!
本篇文章給大家分享的是有關(guān)如何進(jìn)行vscode php調(diào)試,小編覺得挺實(shí)用的,因此分享給大家學(xué)習(xí),希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。
安裝PHP Debug
...
...
"php.validate.executablePath": "D:/BtSoft/WebSoft/php/7.1/php.exe",
}}
很多大的軟件,{phproot}/ext/已經(jīng)有xdebug.dll
1.手動
創(chuàng)建一個(gè)test.php
,創(chuàng)建一條語句phpinfo();
,然后將得到的信息粘貼到XDebug官網(wǎng) XDebug installation wizard這個(gè)頁面中。這個(gè)頁面會分析好你的PHP環(huán)境
下載XDebug.dll
復(fù)制到{phproot}/ext/
2.一鍵
一鍵安裝
寶塔面板,php某版本設(shè)置中,安裝擴(kuò)展XDebug
----------------
在{phproot}/php.ini中
[XDebug]
zend_extension = "D:\BtSoft\WebSoft\php\7.1\ext\php_xdebug-2.9.1-7.1-vc14-nts.dll"
xdebug.auto_trace=on
xdebug.collect_vars = on
xdebug.collect_params=on
xdebug.collect_return=on
xdebug.remote_enable = on
xdebug.remote_handler = dbgp
xdebug.remote_host = localhost
#此處是xdebug發(fā)送給vscode的vscode接收端口 (在vscode配置中需要用到), 默認(rèn)是9000,如沖突改為別的端口
xdebug.remote_port = 9000
xdebug.remote_autostart=on
# 這是用于phpstorm中xdebug調(diào)試的配置,在vscode中沒有用到
xdebug.idekey = phpstorm
#xdebug3
[XDebug]
zend_extension=
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_port=9000
·關(guān)閉調(diào)試端口9000防火墻
·重啟php
點(diǎn)擊齒輪,選擇php--》選擇listen for xdebug
.vscode\launch.json
端口設(shè)置為9000
以上就是如何進(jìn)行vscode php調(diào)試,小編相信有部分知識點(diǎn)可能是我們?nèi)粘9ぷ鲿姷交蛴玫降?。希望你能通過這篇文章學(xué)到更多知識。更多詳情敬請關(guān)注億速云行業(yè)資訊頻道。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。