MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / HandleBreak

Method HandleBreak

emmy_debugger/src/debugger/emmy_debugger.cpp:659–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659void Debugger::HandleBreak() {
660 // to be on the safe side, hook it again
661 UpdateHook(LUA_MASKCALL | LUA_MASKLINE | LUA_MASKRET, currentL);
662
663 if (EmmyFacade::Get().OnBreak(shared_from_this())) {
664 EnterDebugMode();
665 }
666}
667
668// host thread
669void Debugger::EnterDebugMode() {

Callers 2

BreakHereMethod · 0.45
ProcessHookMethod · 0.45

Calls 1

OnBreakMethod · 0.80

Tested by

no test coverage detected