Spiderscript Home
Class Index | File Index

Classes




Spiderscript Home
Class Index | File Index

Classes




Namespace SS.debug

SS.debug
Defined in: SS.debug.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
JavaScript debugging class.
Field Summary
Field Attributes Field Name and Description
<static>  
SS.debug.console
Name of the element where the output is written to.
Method Summary
Method Attributes Method Name and Description
<static>  
SS.debug.toconsole(o, f)
Inspect the object and output to console.
Namespace Detail
SS.debug
JavaScript debugging class. Allows debug output to a console window.
Field Detail
<static> SS.debug.console
Name of the element where the output is written to.
Method Detail
<static> SS.debug.toconsole(o, f)
Inspect the object and output to console.
Parameters:
{Object} o
Object to be inspected
{Boolean} f
(Optional) Include functions of object. Default = false.
Returns:
null

Documentation generated by JsDoc Toolkit 2.1.0 on Mon Aug 17 2009 08:23:27 GMT+0100 (BST)