Console/Lua
From Blue Mars Developer Guidebook
There are security restrictions on this article
|
|
Debugger
You can bring up the Lua debugger using the console, either immediately:
- lua_debugger_show
- brings up the CryEngine lua debugger
Equivalently, you can explicitly bring up the debugger with the Lua System function ShowDebugger.
You can also specify when the debugger should be automatically invoked, by setting a console variable:
- lua_debugger
- int
- Enables the CryEngine Lua debugger
- defaults to 0
Misc
- lua_dump_state
- lua_stackonmalloc
- type: int
- current: 0
- help:
- lua_StopOnError
- type: int
- current: 0
- help: Stops on error.
