Skip to content

Commit cadae26

Browse files
xusheng6claude
andcommitted
Do not auto-open debugger sidebar on launch either
The user will have already opened it themselves before starting the session. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ff3a2a5 commit cadae26

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ui/ui.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,8 +1990,6 @@ void DebuggerUI::updateUI(const DebuggerEvent& event)
19901990
auto* globalUI = GlobalDebuggerUI::GetForContext(m_context);
19911991
if (globalUI)
19921992
globalUI->SetDisplayingGlobalAreaWidgets(true);
1993-
1994-
openDebuggerSideBar();
19951993
}
19961994

19971995
switch (event.type)

0 commit comments

Comments
 (0)