Apr 13, 2008
Debugging PHP Applications with Xdebug and Eclipse PDT
Posted by Hodge in Eclipse, Programming, Technology, Web Development • 28 comments
OK, so I have x64 Eclipse successfully installed and running with all the plugins I use for Web Application Development. But what about debugging? Sure, var_dump(), echo, print and so on are all valuable to me when debugging a script, but it’s always good to have more information. Xdebug is a fantastic PHP extension, which [...]



