Bug 22147 - Page reload resets web inspector context
Summary: Page reload resets web inspector context
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-09 05:59 PST by Wichert Akkerman
Modified: 2010-07-19 00:18 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wichert Akkerman 2008-11-09 05:59:53 PST
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.
Comment 1 Alexander Pavlov (apavlov) 2010-07-19 00:18:14 PDT
The current script is remembered between reloads on ToT (r63644)