Bug 22147
Summary: | Page reload resets web inspector context | ||
---|---|---|---|
Product: | WebKit | Reporter: | Wichert Akkerman <wichert> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Wichert Akkerman
When I am debugging javascript in a page I frequently reload the page after making changes. If you do this the web insepector resets its context: it jumps to the top of the first js file it finds. This forces you to navigate to the right context on every page reload.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexander Pavlov (apavlov)
The current script is remembered between reloads on ToT (r63644)