DevTools: continue to location does not work over await |
||
Issue description
async function foo() {
debugger;
var x = bar();
var y = await bar();
var z = bar();
}
When paused on debugger statement, continue to location works with x and y, but not with z.
,
May 10 2017
it works! |
||
►
Sign in to add a comment |
||
Comment 1 by dgozman@chromium.org
, May 9 2017