diff --git a/front_end/sources/SourcesPanel.js b/front_end/sources/SourcesPanel.js index 1508ed0382..371c4e40a6 100644 --- a/front_end/sources/SourcesPanel.js +++ b/front_end/sources/SourcesPanel.js @@ -306,6 +306,7 @@ Sources.SourcesPanel = class extends UI.Panel { this._updateDebuggerButtonsAndStatus(); UI.context.setFlavor(SDK.DebuggerPausedDetails, details); this._toggleDebuggerSidebarButton.setEnabled(false); + this._revealDebuggerSidebar(); window.focus(); InspectorFrontendHost.bringToFront(); }