Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ SetActiveFrame
Method
SetActiveFrame
ui/ui.cpp:1600–1604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1598
1599
1600
void GlobalDebuggerUI::SetActiveFrame(ViewFrame* frame)
1601
{
1602
[[maybe_unused]] auto ui = DebuggerUI::CreateForViewFrame(frame);
1603
m_status->notifyViewChanged(frame);
1604
}
1605
1606
1607
extern
"C"
Callers
1
OnViewChange
Method · 0.80
Calls
1
notifyViewChanged
Method · 0.45
Tested by
no test coverage detected