18091Example: dBugging an arrayhttp://dbug.ospinto.comIf you have ever used ColdFusion you would certainly agree with me that its tag (cfdump) has a much better representation/output of a variable and its contents than PHP's var_dump which only outputs horrible structured information. It's very difficult to view at a glance the contents of a large array with var_dump. Well, dBug is the the equivalent of PHP's cfdump. ColdFusion programmers would be happy to note that the same color scheme is used as the default scheme for dBug. And well, PHP programmers would be happy to note that they can at last see contents of a variable much easier with dBug.PHP > Scripts and Programs > Development Tools > Debugging and TestingOct 13, 2006Kwaku Otchere
The basic purpose of PHP_Debug is to provide assistance in debugging PHP code, by "debug" i don't mean "step by step debug" but program trace, variables display, process time, included files, queries executed... These informations are gathered through the script execution and therefore are displayed at the end of the script so that it can be read and used at any moment. (during the development phase or using a special account in production)
If you do much development in PHP, you've undoubtedly used the var_dump() function to see the contents of a variable. And if you're like us, you've probably even cussed your monitor a time or two as you tried to decipher var_dump()'s output into something legible.
At PHP Labs, we built a better var_dump(). We've been using it internally for our own development for months, and now we've decided to make it available to you! This is the first script we've released which is specifically targeted at other PHP programmers, and we're sure that you'll find it useful if you spend any time coding in PHP.
It is highly recommended that you log your errors to a file instead of displaying them in the browser. As this log file grows, it can become difficult to find and react to errors. This script will read and analyze your php error log and spit out a more readable version with the worst errors highlighted so you can fix those first
The Bike Odyssey Debugger Y (BODY - with applogies to Roy & HG) is a fully functional Symbolic Debugger for PHP that plugs a very big hole left by this popular OpenSource web development platform.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.