Namespace NaosDebug
This class provides a debug window and the necessary debug call for
collecting debug data.
Defined in: debug.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
This class provides a debug window and the necessary debug call for
collecting debug data.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
NaosDebug.window
The handle to the debug window.
|
| 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.