Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ performPause
Method
performPause
ui/controlswidget.cpp:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
205
206
void DebugControlsWidget::performPause()
207
{
208
std::thread([&]() { m_controller->Pause(); }).detach();
209
}
210
211
212
void DebugControlsWidget::performResume()
Callers
nothing calls this directly
Calls
2
detach
Method · 0.80
Pause
Method · 0.45
Tested by
no test coverage detected