await Promise.resolve(1)
in chrome devtools (chrome version 70.0.3538.77) resolves to:
1
when script execution is not pausedPromise <pending>
when script execution is paused
How to resolve it to 1
when script execution is paused
N.B.
this question continues chrome debugger promises dont resolve while paused? to find the exact way to resolve promises when chrome is paused