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.
The current script is remembered between reloads on ToT (r63644)