API DOCS
Class: xajax.debug.verbose
Provide a high level of detail which can be used to debug hard to find
problems.
variables
functions
xajax.debug.verbose.expandObject
xajax.debug.verbose.expandObject = function(obj) { }
Generate a debug message expanding all the first level
members found therein.
xajax.debug.verbose.makeFunction
xajax.debug.verbose.makeFunction = function(obj, name) { }
Generate a wrapper function around the specified function.
xajax.debug.verbose.hook
xajax.debug.verbose.hook = function(x, base) { }
Generate a wrapper function around each of the functions
contained within the specified object.
