Bug 244956
| Summary: | Web Inspector: Uncaught Exception: Missing script for scriptId in given start | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> |
| Component: | Web Inspector | Assignee: | Devin Rousso <hi> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | https://webkit.org/ | ||
Devin Rousso
Uncaught Exception in Web Inspector.
# STEPS TO REPRODUCE
1. inspect any webpage
2. reload
3. add a breakpoint to any JS file (preferably where there'd be multiple inline breakpoints)
Uncaught Exceptions:
-----------------------
- Missing script for scriptId in given start (at Connection.js:162:29)
_dispatchResponseToPromise @ Connection.js:162:29
_dispatchResponse @ Connection.js:124:44
dispatch @ Connection.js:77:35
dispatchMessageFromTarget @ TargetManager.js:176:39
dispatchMessageFromTarget @ TargetObserver.js:47:51
_dispatchEvent @ Connection.js:210:26
dispatch @ Connection.js:79:32
dispatch @ InspectorBackend.js:233:52
? @ MessageDispatcher.js:42:34
-----------------------
Notes:
Inspected URL: https://webkit.org/
Loading completed: true
Frontend User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Devin Rousso
Pull request: https://github.com/WebKit/WebKit/pull/4147
EWS
Committed 254311@main (3bcac79f7dba): <https://commits.webkit.org/254311@main>
Reviewed commits have been landed. Closing PR #4147 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/99750836>