Richard
Richard

Reputation: 8935

Where can I see the local storage in Firefox Developer Edition?

I am using the Firefox Developer Edition. I cannot seem to find where to view a website's local storage. I also downloaded and installed Firebug.

DOM panel

In Chrome Developer Tools it's here:

Chrome DevTools local storage

Any advice appreciated.

Upvotes: 1

Views: 3442

Answers (1)

Sebastian Zartner
Sebastian Zartner

Reputation: 20085

Like mentioned in an answer to a similar question related to cookies, you need to enable the Storage Inspector first.

Option to enable Storage Inspector

Within the Storage Inspector you'll be able to see the local storage.

Local Storage in Storage Inspector

Also note what you're seeing is a Firebug theme for the Firefox DevTools, it is not Firebug. Firebug is officially discontinued and doesn't work in multi-process Firefox as explained in the related Mozilla Hacks blog post.

Upvotes: 4

Related Questions