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

Method Start

emmy_debugger/src/debugger/hook_state.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26bool HookState::Start(std::shared_ptr<Debugger> debugger, lua_State* current)
27{
28 currentStateL = current;
29 return true;
30}
31
32void HookState::ProcessHook(std::shared_ptr<Debugger> debugger, lua_State* L, lua_Debug* ar)
33{

Callers 3

HookMethod · 0.45
SetRunningMethod · 0.45
CompleteManagedInjectionFunction · 0.45

Calls 8

ExitDebugModeMethod · 0.80
GetStackLevelMethod · 0.80
SetHookStateMethod · 0.80
lua_getstackFunction · 0.50
lua_getinfoFunction · 0.50
getDebugSourceFunction · 0.50
getDebugCurrentLineFunction · 0.50

Tested by

no test coverage detected