2012年3月23日 星期五

Ubuntu apt 安裝 xdebug

1.更新
  • 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
5.查詢xdebug 啟動版本

  • 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

沒有留言:

張貼留言