Classes summary
cDebug |
Debugger class |
cDebugDevNull |
Debug object to not output info at all. Note: Be careful when using $bExit =
true as this will NOT cause a die() in this object! |
cDebugFile |
Debug object to write info to a file. In case you cannot output directly to
screen when debugging a live system, this object writes the info to a file
located in /data/logs/debug.log. |
cDebugFileAndVisAdv |
Debug object to write info to a file and to show info on screen. In case you
cannot output directly to screen when debugging a live system, this object
writes the info to a file located in /data/logs/debug.log. |
cDebugHidden |
Debug object to show info hidden in HTML comment-blocks. |
cDebugVisible |
Debug object to show info on screen. In case you cannot output directly to
screen when debugging a live system, this object writes the info to a file
located in /data/log/debug.log. |
cDebugVisibleAdv |
Debug object to show info on screen in a box / HTML Block at the top of page.
Instead of doing the output immediately using method show, values can be
collected and printed to screen in one go. Therefore there's a box positioned at
the left top of the page that can be toggled and hidden. |
cDebugVisibleAdvItem |
An object representing one Debug item of a Debug_VisibleBlock. |