RESOLVED FIXED 235381
Web Inspector: fully blackboxed stack traces don't show the right top call frame
https://bugs.webkit.org/show_bug.cgi?id=235381
Summary Web Inspector: fully blackboxed stack traces don't show the right top call frame
Devin Rousso
Reported 2022-01-19 13:54:12 PST
# STEPS TO REPRODUCE 1. inspect <http://bogojoker.com/shell/> 2. set a breakpoint on easySlider.min.js:56 3. add an Evaluate JavaScript breakpoint action with the text `console.trace()` 4. blackbox both easySlider.min.js and jquery.js 5. click on either the up arrow or down arrow in the page # EXPECTED the Trace in the Console should have "easySlider.min.js:56" (the top call frame) as the location # ACTUAL the Trace in the Console has "jquery.js:25:11369" (the bottom call frame) as the location
Attachments
Patch (19.72 KB, patch)
2022-01-19 13:55 PST, Devin Rousso
no flags
Patch (19.71 KB, patch)
2022-01-19 16:43 PST, Devin Rousso
no flags
Devin Rousso
Comment 1 2022-01-19 13:55:39 PST
Patrick Angle
Comment 2 2022-01-19 14:10:29 PST
Comment on attachment 449515 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449515&action=review rs=me > LayoutTests/inspector/debugger/resources/async-stack-trace-test.js:13 > const topCallFrameIsBoundary = false; > const truncated = false; Nit: These are unused now.
Devin Rousso
Comment 3 2022-01-19 14:32:40 PST
Comment on attachment 449515 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449515&action=review >> LayoutTests/inspector/debugger/resources/async-stack-trace-test.js:13 >> const truncated = false; > > Nit: These are unused now. Oops! Good catch :)
Devin Rousso
Comment 4 2022-01-19 16:43:53 PST
EWS
Comment 5 2022-01-19 18:46:30 PST
Committed r288266 (246208@main): <https://commits.webkit.org/246208@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 449530 [details].
Radar WebKit Bug Importer
Comment 6 2022-01-20 12:07:59 PST
Note You need to log in before you can comment on or make changes to this bug.