kashiwazakinenji / chromedevtools

Automatically exported from code.google.com/p/chromedevtools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

After a tab navigation, previous page scripts are visible in the target project #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Google Chrome version: 3.0.195.0 (20616)
SDK full version: 0.1.0
OS + version: Any

What steps will reproduce the problem?
1. Load a URL into a tab and attach the Eclipse debugger
2. Reload the tab or navigate it to a different URL

What is the expected result?
Only the new URL scripts are saved into the target project

What happens instead?
All scripts from the previously loaded URLs appear in the target project 
along with the scripts from the current URL

Please provide additional information below.
The "scripts" V8 debugger command returns previously loaded scripts rather 
than the current URL's only. Currently the Eclipse debugger does not drop 
scripts missing in the "scripts" response, so once this issue is fixed with 
the V8 debugger, we should fix our side.

Original issue reported on code.google.com by apav...@chromium.org on 16 Jul 2009 at 11:33

GoogleCodeExporter commented 8 years ago
Committed: http://code.google.com/p/chromedevtools/source/detail?r=138

Original comment by apav...@chromium.org on 31 Jul 2009 at 7:54