DevTools: console's await doesn't work when debugger is paused |
|
Issue descriptionChrome 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" |
|
►
Sign in to add a comment |
|
Comment 1 by kozy@chromium.org
, Sep 21