Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properties of a localStorage are incorrectly enumerated #49

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 2 comments
Open

Properties of a localStorage are incorrectly enumerated #49

GoogleCodeExporter opened this issue Mar 17, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Issue 48 has been merged into this issue.

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

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant