Bug 243717 - Web Inspector: Debugger: symbolic breakpoints should work when functions change their `displayName`
Summary: Web Inspector: Debugger: symbolic breakpoints should work when functions chan...
Status: NEW
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-08-08 22:36 PDT by Devin Rousso
Modified: 2023-04-12 10:09 PDT (History)
3 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-08-08 22:36:50 PDT
```
function foo() { }
foo.name = "bar"
```
Comment 1 Radar WebKit Bug Importer 2022-08-15 22:37:17 PDT
<rdar://problem/98705785>
Comment 2 Devin Rousso 2023-04-11 22:34:19 PDT
err i mean't `displayName`

AFAIK it's not possible to change the `name` 😅
Comment 3 Devin Rousso 2023-04-12 10:09:27 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12657