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

Method ProcessHook

emmy_debugger/src/debugger/hook_state.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void HookState::ProcessHook(std::shared_ptr<Debugger> debugger, lua_State* L, lua_Debug* ar)
33{
34}
35
36bool HookStateContinue::Start(std::shared_ptr<Debugger> debugger, lua_State* current)
37{

Callers 1

HookMethod · 0.80

Calls 5

getDebugEventFunction · 0.50
lua_getinfoFunction · 0.50
getDebugCurrentLineFunction · 0.50
getDebugSourceFunction · 0.50
HandleBreakMethod · 0.45

Tested by

no test coverage detected