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:    

Devin Rousso
Reported 2022-08-08 22:36:50 PDT
``` function foo() { } foo.name = "bar" ```
Attachments
Radar WebKit Bug Importer
Comment 1 2022-08-15 22:37:17 PDT
Devin Rousso
Comment 2 2023-04-11 22:34:19 PDT
err i mean't `displayName` AFAIK it's not possible to change the `name` 😅
Devin Rousso
Comment 3 2023-04-12 10:09:27 PDT
Note You need to log in before you can comment on or make changes to this bug.