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

Issue 720066 link

Starred by 0 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 1
Type: Bug



Sign in to add a comment

DevTools: continue to location does not work over await

Project Member Reported by dgozman@chromium.org, May 9 2017

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.
 
Summary: DevTools: continue to location does not work over await (was: DevTools: continue to location does not work over awai)
Status: WontFix (was: Assigned)
it works!

Sign in to add a comment