Skip to content

Commit

Permalink
[DevTools] reveal debugger sidebar on pause
Browse files Browse the repository at this point in the history
BUG=chromium:671338
[email protected]

Review-Url: https://codereview.chromium.org/2549363002
Cr-Commit-Position: refs/heads/master@{#436506}
  • Loading branch information
alexkozy authored and Commit bot committed Dec 6, 2016
1 parent c310407 commit 1affe9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front_end/sources/SourcesPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 1affe9b

Please sign in to comment.