ug4
|
#include "registry/registry.h"
Go to the source code of this file.
Namespaces | |
ug | |
the ug 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 More... | |
void | ug::script::DebugDown () |
move down function stack More... | |
void | ug::script::DebugHold () |
void | ug::script::DebugList () |
lists the current line in the script More... | |
void | ug::script::DebugUp () |
move down function stack More... | |
void | ug::script::FinalizeLUADebug () |
Free all memory associated with lua_debug. More... | |
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) |