[xdebug]
zend_extension=/usr/local/php/lib/php/extensions/no-debug-zts-20170718/xdebug.so
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
http://code.activestate.com/komodo/remotedebugging/
b. 解壓(略)
c. 進(jìn)入目錄(略)
d. 修改pydbgpproxy文件內(nèi)容:
vim pydbgpproxy,找到
網(wǎng)站建設(shè)哪家好,找成都創(chuàng)新互聯(lián)公司!專注于網(wǎng)頁設(shè)計(jì)、網(wǎng)站建設(shè)、微信開發(fā)、小程序定制開發(fā)、集團(tuán)企業(yè)網(wǎng)站建設(shè)等服務(wù)項(xiàng)目。為回饋新老客戶創(chuàng)新互聯(lián)還提供了富縣免費(fèi)建站歡迎大家使用!
candidate_paths = [
dirname(this_dir), # Komodo source tree layout
join(dirname(this_dir), pythonlib),
]
將
dirname(this_dir)
修改為
this_dir
e. 啟動(dòng)dbgp代理:
./pydbgpproxy -i 0.0.0.0:9001 -d 9000