Class Index | File Index

Classes


Namespace NaosDebug

This class provides a debug window and the necessary debug call for collecting debug data.
Defined in: debug.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
This class provides a debug window and the necessary debug call for collecting debug data.
Field Summary
Field Attributes Field Name and Description
<static>  
NaosDebug.window
The handle to the debug window.
Method Summary
Method Attributes Method Name and Description
<static>  
NaosDebug.debug(msg)
This is the core method to display debug messages.
<private> <static>  
NaosDebug.enable()
Enables the debug window.
Namespace Detail
NaosDebug
This class provides a debug window and the necessary debug call for collecting debug data.
Field Detail
<static> {Window} NaosDebug.window
The handle to the debug window.
Method Detail
<static> NaosDebug.debug(msg)
This is the core method to display debug messages. Use it all over your JavaScript code!
Parameters:
{String} msg
The debug message

<private> <static> NaosDebug.enable()
Enables the debug window.

Documentation generated by JsDoc Toolkit 2.0.2 on Fri Sep 12 2008 13:31:24 GMT-0400 (EDT)