For a little while now, I've been using webGrind.
http://code.google.com/p/webgrind/
It's fantastic for debugging a server where you don't have easy/fast access to the files, as it is all read/interpreted remotely, then viewed online.
The platform independence has been great for me, as I develop on 3 computers and a laptop. As long as I can view a webpage where I'm working, I can debug my output. No need to install the same application across 4 separate computers, and eliminates the need to constantly transfer giant debugging files between said computers.
Nowadays I see it as a web application as necessary as something like phpMyAdmin.
I really hope this helps someone else trying to tackle a similar usage scenario.
EDIT: If you want to see it in action, WAMP comes with it (Mostly) preconfigured. [http://wamp.sourceforge.net/]