Enabled debug
mode globally, which displays cursor for all actions.
- Source:
Example
$$$.debug(); // turns on global debug mode
$$$.debug(false); // turns off global debug mode
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
debug |
boolean |
<optional> |
true
|
The debug state, which is |
Returns:
Chainable api by returning the instance.
- Type
- self