Well i've been reading, testing, and trying to sort out a vast number of configurations to properly develop and debug my working projects..
This has turned out to be quite a difficult task which i cant find a good solutions for..
First of all, i have concluded that i would like the following set of tools to work with: WAMP5 and phpEclipse with a working PHP Debugger.
But what is most frustrating to me is cannot get the php debugger to work properly. Here is my setup:
-WAMP 1.6.5 (which is running Php v5.1.6, Apache/2.0.59, 5.0.24a-community-nt)
-Eclipse version v3.1.2 w/ phpEclipse v1.1.8 installed
-installed php_dbg.dll
-- found at -> [
www.phpeclipse.de]
-- installation procedures --> [
dd.cron.ru]
-- phpEclipse Debug setup -> [
www.plog4u.org]
I would really like this configuration to work, but i just cannot get the php debugger to work properly.. Upon following the instructions I'm sure I have installed the debug extension properly and phpEclipse is setup to detect the debug session correctly... when i trigger the debug session via firefox i.e. (http://localhost//Test/testdebug.php?DBGSESSID=1@localhost:10001) nothing happens.. I can see that firefox has created a cookie for the debug session, but the phpEclipse Debug Listener just sits there... nothing happens... its like its waiting for input.
I find after about an hour, if i try the debug session again it works.. then if i try again after that, it just hangs again... very frustrating.. It only works every once in a while..
Have you experienced similar problems while trying to debug with WAMP5 and phpEclipse??