Debug
Module | ejs |
Definition | class Debug |
Inheritance | Debug Object |
Specified | ejscript-2.7 |
Stability | Prototype. |
Debug configuration class.
Singleton class containing the application's debug configuration.
Properties
Qualifiers | Property | Type | Description |
static get set | mode | Boolean | The current debug mode. Setting mode to true will put the application in debug mode. When debug mode
is enabled, the runtime will typically suspend timeouts and will take other actions to make debugging easier.
Invoking the ejs shell with a -D command line switch will also enable debug mode.
This property is read-write. |
Inherited Properties
Debug Class Methods
Inherited Methods
Debug Instance Methods
Qualifiers | Method |
(No own instance methods defined)
Inherited Methods
Method Detail
static breakpoint():
Void
- Description
- Break to the debugger. Suspend execution and break to the debugger.