6f69e3ceca
In current implementation in expressions like await foo() we have break location right after foo call and before actual await. And we additionally have a lot of other statement locations because of do scope. Let's move async debugging closer to sync debugging and introduce only one break location for await - before awaited function call. Bug: v8:6425,v8:6162 Change-Id: I7568767856022c49101e7f3b7e39a2e401d21644 Reviewed-on: https://chromium-review.googlesource.com/514046 Reviewed-by: Marja Hölttä <marja@chromium.org> Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#45625} |
||
---|---|---|
.. | ||
async-debug-basic.js | ||
async-debug-builtin-predictions.js | ||
async-debug-caught-exception-cases0.js | ||
async-debug-caught-exception-cases1.js | ||
async-debug-caught-exception-cases2.js | ||
async-debug-caught-exception-cases3.js | ||
async-debug-caught-exception-cases.js | ||
async-debug-caught-exception.js | ||
async-debug-step-abort-at-break.js | ||
async-debug-step-continue-at-break.js | ||
async-debug-step-in-and-out.js | ||
async-debug-step-in-out-out.js | ||
async-debug-step-in.js | ||
async-debug-step-nested.js | ||
async-debug-step-next-constant.js | ||
async-debug-step-next.js | ||
async-debug-step-out.js | ||
async-function-debug-evaluate.js | ||
async-function-debug-scopes.js | ||
debug-async-break-on-stack.js | ||
debug-async-break.js | ||
debug-async-liveedit.js |