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

Community News:
debugConsole Project
Nov 10, 2005 @ 19:08:58

From this new post on DynamicWebPages.de today comes information about a new project launched by Andreas Demmer - the debugConsole.

The debugConsole is a new, with PHP5 crafted tool for debugging and extending applications on live-servers without compromising the actual traffic.

With simple PHP functions you can inspect variables, watch changes in variables over the whole runtime, measure partial runtimes, set checkpoints and write logfiles. Adittionally, the debugConsole replaces the PHP errorhandling so that notices, warnings and errors are shown in a popup too, instead of displaying them in the application to be debugged.

All of the output from the script is formatted, color-coded, and passed over to a Javascript popup. It even includes functionality for it to show for developers but not for regular visitors to the site...

tagged: debug console javascript color-code debug console javascript color-code

Link:

Community News:
debugConsole Project
Nov 10, 2005 @ 19:08:58

From this new post on DynamicWebPages.de today comes information about a new project launched by Andreas Demmer - the debugConsole.

The debugConsole is a new, with PHP5 crafted tool for debugging and extending applications on live-servers without compromising the actual traffic.

With simple PHP functions you can inspect variables, watch changes in variables over the whole runtime, measure partial runtimes, set checkpoints and write logfiles. Adittionally, the debugConsole replaces the PHP errorhandling so that notices, warnings and errors are shown in a popup too, instead of displaying them in the application to be debugged.

All of the output from the script is formatted, color-coded, and passed over to a Javascript popup. It even includes functionality for it to show for developers but not for regular visitors to the site...

tagged: debug console javascript color-code debug console javascript color-code

Link:


Trending Topics: