I've been trying to get to a point where I can determine where my code is not performing as expected.
Testing a website that is developed and locally hosted using wampserver.
So far - using echo or var_dump in my code produces nothing. I believe that the problem is occurring on the server side of my application.
I have spent quite a bit of time downloading and installing Eclipse and the PHP development environment, hoping that I could use that to debug and step through my code.
Eclipse Standard/SDK
Version: Kepler Service Release 2
Build id: 20140224-0627
and have installed the PDT (PHP Development Tools)
Still not getting any debug windows to appear.
I want to use XDEBUG because it is part of the install base of Wampserver.
I'm obviously missing something, but when I try to run my code in debug mode in Eclipse, it does not display my code in any debug window.
Help would be GREATLY appreciated!!
Regards,
Jim P.