Articles about Xdebug’

Apr 21, 2009

Webgrind: Cross-platform Xdebug Profiling Web Frontend

Webgrind: Cross-platform Xdebug Profiling Web Frontend Posted by Hodge in Programming, Web Development No comments

I’m using Xdebug as my primary PHP debugger. I have it integrated into my Eclipse PDT IDE, and have also been using its profiling capabilities. Until recently, I’ve been using KCachegrind – which has a wonderfully diverse feature set – as my primary profile data visualisation tool. However, as a Gnome user, KCachegrind requires a [...]


Apr 13, 2008

Debugging PHP Applications with Xdebug and Eclipse PDT

Debugging PHP Applications with Xdebug and Eclipse PDT Posted by Hodge in Eclipse, Programming, Technology, Web Development 26 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 is [...]