kashiwazakinenji / chromedevtools

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

Breakpoints are not retained between page reloads #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Google Chrome version: Any
SDK full version: 0.1.0.200907072135
OS + version: Any

What steps will reproduce the problem?
1. Set a breakpoint in a script file
2. Reload the tab being debugged

What is the expected result?
The breakpoint is retained in the script file

What happens instead?
The breakpoint disappears and does not get hit during debugging.

Please provide additional information below. If possible, attach a
(reduced) test-case.
1) The breakpoints are set by script IDs rather than names (which is 
nevertheless useful for V8 duplicate scripts) and
2) They are associated with resources that get removed and re-added when 
the tab is reloaded

Original issue reported on code.google.com by apav...@chromium.org on 13 Jul 2009 at 4:08

GoogleCodeExporter commented 8 years ago

Original comment by apav...@chromium.org on 13 Jul 2009 at 4:18

GoogleCodeExporter commented 8 years ago
Now we are setting breakpoint by script IDs whenever possible.

Original comment by apav...@chromium.org on 13 Jul 2009 at 6:33