'Google Chrome developer tools: missing storage tab
For unknown reasons, when I use Google chrome (version 9.0.597.84), the developer tools aren't showing the "Storage" tab (mentioned/illustrated, for example, at http://www.html5rocks.com/tutorials/developertools/part1/#toc-overview-storage and http://webdevlife.com/getting-started-with-localstorage-in-html5/), which I need to examine and modify localStorage. Any idea either what I would do to get this tab or what would be a workaround? I'm aware I can simply dump localStorage and I can write code to modify it, but this will probably be an ongoing concern in my work and I'd really like to have a proper tool.
Solution 1:[1]
It is now under the resources tab within the "Storage" tree node item. I submitted a bug report for this: http://code.google.com/p/html5rocks/issues/detail?id=421
Hope that helped!
Solution 2:[2]
I recommend you to use firefox or you can access local storage in application tab on google chrome
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Mohamed Mansour |
Solution 2 | saba |