New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 650300 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Call Frame selection doesn't work

Project Member Reported by kozyatinskiy@chromium.org, Sep 26 2016

Issue description

What steps will reproduce the problem?
(1) enable async stacks
(2) run in console:
setTimeout("debugger;", 0);
(3) select bottom (anonymous) frame in call stack sidebar
(4) select top (anonymous) frame in call stack sidebar

What is the expected output?
Source with debugger statement is shown.

What do you see instead?
Nothing.

Handling frame changed was implemented with flavor subsystem and I think the problem located in Context.js file [1] that do nothing if setFlavor is called with current call frame.

[1] https://cs.chromium.org/chromium/src/third_party/WebKit/Source/devtools/front_end/ui/Context.js?rcl=0&l=28

 
Components: Platform>DevTools

Comment 2 by l...@chromium.org, Oct 11 2016

Cc: kozyatinskiy@chromium.org l...@chromium.org
 Issue 654808  has been merged into this issue.
Project Member

Comment 3 by bugdroid1@chromium.org, Oct 14 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/51197335cbfe3384b6bdb5ad7de923a7ba0acb74

commit 51197335cbfe3384b6bdb5ad7de923a7ba0acb74
Author: pfeldman <pfeldman@chromium.org>
Date: Fri Oct 14 17:44:13 2016

DevTools: explicitly reveal the stack frame location upon click.

BUG= 650300 

Review-Url: https://codereview.chromium.org/2415933003
Cr-Commit-Position: refs/heads/master@{#425381}

[modify] https://crrev.com/51197335cbfe3384b6bdb5ad7de923a7ba0acb74/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js

Status: Fixed (was: Assigned)

Sign in to add a comment