|
ug4
|
#include "registry/registry.h"Go to the source code of this file.
Namespaces | |
| namespace | ug |
| the ug namespace | |
| namespace | ug::script |
Enumerations | |
| enum | ug::script::debug_return { ug::script::DEBUG_EXIT =0 , ug::script::DEBUG_CONTINUE , ug::script::DEBUG_NEXT , ug::script::DEBUG_STEP , ug::script::DEBUG_FINISH } |
Functions | |
| void | ug::script::DebugBacktrace (int fromLevel) |
| lists the function stack in lua | |
| void | ug::script::DebugDown () |
| move down function stack | |
| void | ug::script::DebugHold () |
| void | ug::script::DebugList () |
| lists the current line in the script | |
| void | ug::script::DebugUp () |
| move down function stack | |
| void | ug::script::FinalizeLUADebug () |
| Free all memory associated with lua_debug. | |
| void | ug::script::ProfileLUA (bool b) |
| bool | ug::script::RegisterLuaDebug (ug::bridge::Registry ®) |
| int | ug::script::SetDebugShell (debug_return(*s)()) |
| void | ug::script::SetLuaDebugIDs (lua_State *L) |