您好,登錄后才能下訂單哦!
下載xdebug
可到 xdebug官網(wǎng) 下載與自己PHP版本對應(yīng)的xdebug擴展
[root] # cd /usr/local/src
[root] # tar zxvf xdebug-2.6.0RC2.tgz
[root] # cd xdebug-2.6.0RC2
[root] # /usr/local/php/bin/phpize
[root] # ./configure --enable-xdebug --with-php-config=/usr/local/php/bin/php-config
[root] # make && make install
zend_extension=xdebug.so //指定Xdebug擴展文件的路徑
xdebug.remote_enable=1 //是否開啟遠程調(diào)試
xdebug.remote_handler=dbgp //指定遠程調(diào)試的處理協(xié)議
xdebug.remote_mode=req //可以設(shè)為req或jit,req表示腳本一開始運行就連接遠程客戶端,jit表示腳本出錯時才連接遠程客戶端。
xdebug.remote_host=192.168.1.98 //指定遠程調(diào)試的主機名(安裝phpstorm的主機ip)
xdebug.remote_port=9001 //指定遠程調(diào)試的端口號
xdebug.idekey="PHPSTORM" //指定傳遞給DBGp調(diào)試器處理程序的IDE Key
其他配置項見官網(wǎng)
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。