Namespace SS.debug
SS.debug
Defined in: SS.debug.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
JavaScript debugging class.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
SS.debug.console
Name of the element where the output is written to.
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
SS.debug.toconsole(o, f)
Inspect the object and output to console.
|
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
