New issue
Advanced search Search tips

Issue 833928 link

Starred by 7 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 3
Type: Bug



Sign in to add a comment

DevTools: console's await doesn't work when debugger is paused

Project Member Reported by lushnikov@chromium.org, Apr 17 2018

Issue description

Chrome Version       : 65.0.3325.181

What steps will reproduce the problem?
1. Open DevTools, goto Console
2. Evaluate `debugger;` This should open a VM script with execution line in there
3. Without releasing the debugger, evaluate `typeof (await Promise.resolve(1))` in console

Expected: "number"
Actual: "promise"


 
Cc: l...@chromium.org kozy@chromium.org
 Issue 807445  has been merged into this issue.

Sign in to add a comment