kashiwazakinenji / chromedevtools

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

Properties of a localStorage are incorrectly enumerated #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
SDK/Debugger version: 0.2.2
Eclipse version: -
Google Chrome/V8 Embedder + version: Chrome 13.0.782.107
OS + version: Ubuntu 11.04

What steps will reproduce the problem?
1. Connect to Chrome page
2. Stop debugger on a breakpoint
3. Add watch expression "localStorage.setItem('test', 'info')"; must evaluate 
to 'undefined'.
4. Add watch expression 'localStorage' and expand its properties

What is the expected result?
localStorage has property 'test' with a string value 'info'

What happens instead?
localStorage has property 'test' with an 'undefined' value.

Please provide additional information below. If possible, attach a
(reduced) test-case.
The problem should be in V8 debugger support. WIP (WebKit protocol) returns 
property correctly.

Original issue reported on code.google.com by peter.ry...@gmail.com on 8 Aug 2011 at 11:14

GoogleCodeExporter commented 8 years ago
Issue 48 has been merged into this issue.

Original comment by peter.ry...@gmail.com on 8 Aug 2011 at 11:16

GoogleCodeExporter commented 8 years ago
Blocked on http://code.google.com/p/v8/issues/detail?id=1589

Original comment by peter.ry...@gmail.com on 8 Aug 2011 at 11:30