Bug 237936 - Web Inspector: REGRESSION(r290720): Debugger: Step next should not behave the same as Step into
Summary: Web Inspector: REGRESSION(r290720): Debugger: Step next should not behave the...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on: 235274
Blocks:
  Show dependency treegraph
 
Reported: 2022-03-15 19:05 PDT by Devin Rousso
Modified: 2022-03-16 17:41 PDT (History)
11 users (show)

See Also:


Attachments
[fast-cq] Patch (1.93 KB, patch)
2022-03-15 19:06 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2022-03-15 19:05:54 PDT
# STEPS TO REPRODUCE
1. inspect any page
2. set a breakpoint outside a function
3. Step next

## EXPECTED
the pause position should move to the next position in/above the current call frame

## ACTUAL
the pause position moves inside the function
Comment 1 Devin Rousso 2022-03-15 19:06:22 PDT
Created attachment 454786 [details]
[fast-cq] Patch
Comment 2 Joseph Pecoraro 2022-03-16 00:19:39 PDT
Comment on attachment 454786 [details]
[fast-cq] Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=454786&action=review

> Source/JavaScriptCore/ChangeLog:8
> +        Covered by existing tests (not sure why they don't fail on EWS, but they fail locally).

Interesting.
Comment 3 EWS 2022-03-16 17:40:17 PDT
Committed r291380 (248511@main): <https://commits.webkit.org/248511@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 454786 [details].
Comment 4 Radar WebKit Bug Importer 2022-03-16 17:41:18 PDT
<rdar://problem/90401761>