MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / Debug

Method Debug

MonaServer/sources/Script.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 return 0;
66}
67int Script::Debug(lua_State *pState) {
68 SCRIPT_BEGIN(pState)
69 SCRIPT_LOG(Mona::Logger::LEVEL_DEBUG,__FILE__,__LINE__, false, ToPrint(pState,LOG_BUFFER))
70 SCRIPT_END
71 return 0;
72}
73int Script::Trace(lua_State *pState) {
74 SCRIPT_BEGIN(pState)
75 SCRIPT_LOG(Mona::Logger::LEVEL_TRACE,__FILE__,__LINE__, false, ToPrint(pState,LOG_BUFFER))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected