Bug 244717 - Web Inspector: enable symbolic breakpoints by default
Summary: Web Inspector: enable symbolic breakpoints by default
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: 142914
Blocks:
  Show dependency treegraph
 
Reported: 2022-09-02 10:38 PDT by Devin Rousso
Modified: 2022-09-02 15:09 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2022-09-02 10:38:37 PDT
at this point the only thing that's remaining is a handful of intrinsics (really just those defined in `thunkGeneratorForIntrinsic`), most of which are `Math` and `String.prototype` methods

we shouldn't hide this from the likely 99.99% of developers that will use this because there's a 0.01% chance they might want to find one of these methods
Comment 1 Devin Rousso 2022-09-02 10:43:24 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3959
Comment 2 EWS 2022-09-02 15:08:17 PDT
Committed 254113@main (6ceeb570713a): <https://commits.webkit.org/254113@main>

Reviewed commits have been landed. Closing PR #3959 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-09-02 15:09:16 PDT
<rdar://problem/99506119>