debug/debug.ql
Function | Description |
---|---|
native fun functions() | Prints out the functions in the current scope and all parents. |
native fun functions(entityInstance) | Prints out the functions in the given entity's scope and all parents. |
native fun vars() | Prints out the variables and their values in the current scope and all parents. |
native fun vars(entityInstance) | Prints out the variables and their values in the given entity's scope and all parents. |
native fun bt() | Prints out the current stacktrace of the program. |
native fun backtrace() | Prints out the current stacktrace of the program. |
Prints out the functions in the current scope and all parents.
Prints out the functions in the given entity's scope and all parents.
entityInstance
|
The instance of the entity to get the scope of |
Prints out the variables and their values in the current scope and all parents.
Prints out the variables and their values in the given entity's scope and all parents.
entityInstance
|
The instance of the entity to get the scope of |
Prints out the current stacktrace of the program.
Prints out the current stacktrace of the program.