Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Jim Plush's Blog:
PHP Meet Mr. FireBug - PHP Debugging for Web 2.0
Mar 07, 2007 @ 15:12:00

Jim Plush has posted an offifical release announcement about his latest contribution to the PHP community - a debugging tool combining PHP (through the myBIC framework) and the Firefox FireBug extension.

I put together a couple pieces of technology to give the PHP community a debugger/profiler that should make life easier in the "web2.0" world. Are you tired of echo'ing print statements in your ajax calls? Writing to log files? Firing up big ol debuggers just to see what the value of some array is? Well look no further than the new MyBic PHP Debugger.

The tool is a smaller part of his larger MyBIC framework and can do things like writing log files, echo information back out to the screen, and communicate information back out to the Firefox user. There is a standalone version of FireBug that will be posted for those that don't want to have to install an entire framework to use it.

Keep an eye out (here and on his blog) for the links to the release when it's posted. In the meantime, you can check out a screencast [mov] of the package in action or just the screenshots in the blog entry.

tagged: firebug debugger tool firefox extension screencast screenshot release firebug debugger tool firefox extension screencast screenshot release

Link:


Trending Topics: