2011年8月8日月曜日

xdebug入れてなかった


xdebug入れてなかった。どうせならNetBeansからステップ実行できるほうがいいもんね。
sudo apt-get install php5-xdebug
インストール後、 /etc/php5/conf.d/xdebug.ini を編集。
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
;ここから下を追加
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000
Apache再起動。
sudo /etc/init.d/apache2 restart

0 件のコメント:

コメントを投稿