RESOLVED FIXED291670
Web Inspector: Debugger: preserve the pause reason and data when stepping over `await`
https://bugs.webkit.org/show_bug.cgi?id=291670
Summary Web Inspector: Debugger: preserve the pause reason and data when stepping ove...
Devin Rousso
Reported 2025-04-16 23:53:52 PDT
currently the pause reason section of the navigation sidebar in the Sources Tab is empty when stepping over the `await` in code like ```js (async function() { debugger; console.log("before"); await (async function() { return 42; })(); console.log("after"); })() ``` it should show "Debugger Statement" as the pause reason with the debugger breakpoint next to it so that the developer can see why the pause happened in the first place
Attachments
Devin Rousso
Comment 1 2025-04-16 23:58:26 PDT
EWS
Comment 2 2025-04-17 21:24:44 PDT
Committed 293844@main (f3095ecef1bb): <https://commits.webkit.org/293844@main> Reviewed commits have been landed. Closing PR #44186 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-04-17 21:25:15 PDT
Note You need to log in before you can comment on or make changes to this bug.