1. 程式人生 > >phalcon斷點除錯(phpStorm+xdebug)

phalcon斷點除錯(phpStorm+xdebug)

1、下載並新增chrome外掛xdebug helper,下載地址:http://www.downcc.com/soft/261091.html

2、php新增xdebug擴充套件

mkdir -p /usr/local/xdebug

git clone git://github.com/xdebug/xdebug.git /usr/local/xdebug

cd /usr/local/xdebug

phpize

./configure --enable-xdebug --with-php-config=/usr/bin/php-config

make && make install

安裝完成後在目錄/usr/lib/php/20170718/下生成xdebug.so