Showing Articles tagged: debugging

PHP Debugging in Chrome

POSTED Tue Sep.13.2011 by Dave Seah UNDER Project TAGGED ,

As I’m pulling together my PHP code, I’m finding that I want a better way of debugging interactively. Right now, I just need one-way interactive error reporting, and using PHP Error logs doesn’t really cut it.

Leave a comment