Home
last modified time | relevance | path

Searched refs:breakpointsGroup (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1207 BGroupView* breakpointsGroup = new BGroupView(B_HORIZONTAL, in _Init() local
1209 breakpointsGroup->SetName("Breakpoints"); in _Init()
1210 fTabView->AddTab(breakpointsGroup); in _Init()
1211 BLayoutBuilder::Group<>(breakpointsGroup) in _Init()