Call Frame selection doesn't work |
||
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
,
Oct 11 2016
,
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
,
Nov 22 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by kozyatinskiy@chromium.org
, Sep 26 2016