| Summary: | Web Inspector: Debugger: symbolic breakpoints should work when functions change their `displayName` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> |
| Component: | Web Inspector | Assignee: | 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: | |||
err i mean't `displayName` AFAIK it's not possible to change the `name` 😅 Pull request: https://github.com/WebKit/WebKit/pull/12657 |
``` function foo() { } foo.name = "bar" ```