Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ IsRunning
Method
IsRunning
emmy_debugger/src/debugger/emmy_debugger.cpp:166–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
bool Debugger::IsRunning() const {
167
return running;
168
}
169
170
bool Debugger::IsMainCoroutine(lua_State *L) const {
171
return L == mainL;
Callers
1
Hook
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected