Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ isExecuting
Method
isExecuting
src/tools/debugadapter/debugmanager.cpp:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
bool DebugManager::isExecuting() const
160
{
161
return d->process->state() != QProcess::NotRunning;
162
}
163
164
void DebugManager::execute()
165
{
Callers
nothing calls this directly
Calls
1
state
Method · 0.45
Tested by
no test coverage detected