MCPcopy 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
1600void GlobalDebuggerUI::SetActiveFrame(ViewFrame* frame)
1601{
1602 [[maybe_unused]] auto ui = DebuggerUI::CreateForViewFrame(frame);
1603 m_status->notifyViewChanged(frame);
1604}
1605
1606
1607extern "C"

Callers 1

OnViewChangeMethod · 0.80

Calls 1

notifyViewChangedMethod · 0.45

Tested by

no test coverage detected