Link to home
Start Free TrialLog in
Avatar of egoselfaxis
egoselfaxis

asked on

Seeking debugger library / module for PHP

I'm looking for some kind of library or module that I can include in my PHP-based apps that allows for the displaying of robust debugging information at runtime.

To clarify -- I am NOT looking for any kind of plugin for an IDE that allows for debugging. I'm already aware of the ones that are available for PHP Eclipse, .. as well as IDEs that already have debugging functionality built in to them.  

What I AM looking for is some kind of PHP-based library that I can  Include in my PHP modules, .. and that displays comprehensive debugging info right in my PHP pages when the app is running in the browser.

Does anyone here know of any such library?  If so, .. what do you recommend?

Thanks!
- Yvan
ASKER CERTIFIED SOLUTION
Avatar of g3nu1n3
g3nu1n3
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of egoselfaxis
egoselfaxis

ASKER

Perfect -- exactly what we were looking for!

Thanks!
- Yvan