wget http://www.xdebug.org/files/xdebug-2.2.1.tgz
tar zxfv xdebug-2.2.1.tgz
cd xdebug-2.2.1
phpize
./configure
make
mkdir ~/local/lib/php/extensions/
cp modules/xdebug.so ~/local/lib/php/extensions/

php.ini

zend_extension=/home/user_name/local/lib/php/extensions/xdebug.so

xdebug.remote_enable=1
;xdebug.remote_host=220.100.XX.XX
xdebug.remote_port=9000
xdebug.remote_handler=dbgp

確認

 php -c ~/www/php.ini -m
[Zend Modules]
Xdebug

xdebug が出ればOK!

今度は、さくらインターネットサーバーを使ったリモートデバックだよ!

One Response to “さくらインターネット xdebug を組み込む”

Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

© 2024 Falco Tech Blog Suffusion theme by Sayontan Sinha