Debug for phpeclipse

来源:互联网 发布:java 判断相等 编辑:程序博客网 时间:2024/06/06 18:15

1.Install xdebug

sudo apt-get install php5-zdebug

or

download source code from http://www.xdebug.org/download.php

phpize 

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

make

sudo make install


2.Configure eclipse per official wiki http://www.phpeclipse.com/wiki/Howto/XDebugAndPHPEclipse#no1


3.We need to manual to switch perspective to debug.  

原创粉丝点击