This question already has an answer here:
- Viewing local storage contents on IE 3 answers
I can see Localstorage into Chrome for example, but while using ie10 or ie9, there is no way to figure out how the Localstorage look like.
Is there some tools or ie addons to install so that i can view the localstorage while using IE?
PS: I'm working into Windows 8
Open your developer tools with F12 or by going to the Settings menu -> devtools.
Either go to the "Console" tab and enter
localStorage
orAdd it on the watchlist: "Script" tab -> observe -> enter
localStorage
. You need hit the refresh button to see newly added values.