DEV Community

Cover image for A New Way Of Debugger PHP
Joshua Johnson
Joshua Johnson

Posted on

A New Way Of Debugger PHP

Firebug panel

Hey guys! I wanted to share the latest new little piece of code that is coming from our lab. FireBug PHP...

https://github.com/ua1-labs/firebug

Basically, it is a debug panel that easily integrates into your PHP application. You can also, very easily, create your own debug panels to track the things that are important to you during the debugging process. ALSO! It comes with integration with var_dump/debug_trace. Basically combining the power of these two methods and integrating its output into a "Debuggers" panel.

Top comments (0)