Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
void HookState::ProcessHook(std::shared_ptr<Debugger> debugger, lua_State* L, lua_Debug* ar)
33
{
34
}
35
36
bool HookStateContinue::Start(std::shared_ptr<Debugger> debugger, lua_State* current)
37
{
Callers
1
Hook
Method · 0.80
Calls
5
getDebugEvent
Function · 0.50
lua_getinfo
Function · 0.50
getDebugCurrentLine
Function · 0.50
getDebugSource
Function · 0.50
HandleBreak
Method · 0.45
Tested by
no test coverage detected