Where is Firebug's Cookies panel gone?

六眼飞鱼酱① 提交于 2019-12-11 06:39:28

问题


Firebug doesn't show me the Cookies panel anymore. Somebody knows why?


回答1:


You got automatically switched to the Firefox DevTools (with Firebug theme), because Firebug is discontinued and doesn't work anymore in multi-process Firefox. See the related Mozilla Hacks blog post for more info.

The equivalent to the Cookies panel in Firebug is the Storage Inspector, which not only allows you to inspect cookies but also the local and session storage, the cache and IndexedDB entries.

This tool needs to be enabled via the settings, though.

This and other things are mentioned in the migration guide for Firebug users.



来源:https://stackoverflow.com/questions/42158975/where-is-firebugs-cookies-panel-gone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!