Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ SetCurrentState
Method
SetCurrentState
emmy_debugger/src/debugger/emmy_debugger.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
86
87
void Debugger::SetCurrentState(lua_State *L) {
88
currentL = L;
89
}
90
91
void Debugger::Hook(lua_Debug *ar, lua_State *L) {
92
if (skipHook) {
Callers
2
AddDebugger
Method · 0.80
HandleBreak
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected