views:

78

answers:

0

Hello everyone, this is a basich question about properly setting up the lamp server to work with eclipse and xdebugger. I have lamp server installed and working properly. I have eclipse pdt as described here Eclipse plugin PPA for Ubuntu by Yogarine and it is properly installed. I have installed xdebugger and configure the xdebug.ini file as described here Debugging PHP in Eclipse using XDebug

How do i configure all these three components to work together. The Xdebugger requires the path to the php executable to work. I added "/usr/bin/php5" as the executable, but it doesn't seem to work properly. Can someone please help. Thanks