Bug 243717
| 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: | |||
Devin Rousso
```
function foo() { }
foo.name = "bar"
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/98705785>
Devin Rousso
err i mean't `displayName`
AFAIK it's not possible to change the `name` 😅
Devin Rousso
Pull request: https://github.com/WebKit/WebKit/pull/12657