- sudo apt-get update
2.安裝
- sudo apt-get install php5-xdebug
3.modify conf file
- sudo gedit /etc/php5/apache2/conf.d
add:
zend_extension=/usr/lib/php5/20090626/xdebug.so
xdebug.remote_port = 9000
xdebug.remote_host = localhost
4.restart apache server
- sudo /etc/init.d/apache2 restart
- php -v
若是無法使用指令請安裝php5-cli請參考php shell環境安裝。
資料來源:
http://stackoverflow.com/questions/5504152/is-it-possible-to-use-xdebug-on-ubuntu
http://ubuntuforums.org/showthread.php?t=525257
沒有留言:
張貼留言