NEW 243717
Web Inspector: Debugger: symbolic breakpoints should work when functions change their `displayName`
https://bugs.webkit.org/show_bug.cgi?id=243717
Summary Web Inspector: Debugger: symbolic breakpoints should work when functions chan...
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.