xajax_verbose.jsThe xajax verbose debugging module. This is an optional module, include in your project with care. :) Summary
xajax verbose debugging modulePlease see copyright.inc.php for a detailed description, copyright and license information. xajax. debug. verboseProvide a high level of detail which can be used to debug hard to find problems. Summary
|
Generate a debug message expanding all the first level members found therein.
xajax.debug.verbose.expandObject = function( obj )
Generate a wrapper function around the specified function.
xajax.debug.verbose.makeFunction = function( obj, name )
Generate a wrapper function around each of the functions contained within the specified object.
xajax.debug.verbose.hook = function( x, base )
xajax.debug.verbose.isLoaded