MCPcopy Create free account
hub / github.com/Norbyte/bg3se / OnLuaError

Method OnLuaError

BG3Extender/Lua/Debugger/LuaDebugger.cpp:655–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653 }
654
655 void ContextDebugger::OnLuaError(lua_State* L, char const* msg)
656 {
657 if (breakOnError_ && !evaluatingExpression_) {
658 TriggerBreakpoint(L, BkBreakpointTriggered::EXCEPTION, msg);
659 }
660 }
661
662 void ContextDebugger::OnGenericError(char const* msg)
663 {

Callers 2

LuaPanicFunction · 0.80

Calls 1

GetServerMethod · 0.80

Tested by

no test coverage detected