Bug 243717

Summary: Web Inspector: Debugger: symbolic breakpoints should work when functions change their `displayName`
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: NEW ---    
Severity: Normal CC: hi, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 142914    
Bug Blocks:    

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