为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Series of issues with developer tools

more options

Hi,

I have several issues with my FF that it's unusable for development. I'm giving it a third chance as I really want to keep it.

- CSS is not listed in the network tab - JS cannot be opened in debugger - Source maps partially or fully stop working (e.g. in CSS for some elements it shows the source, for some don't) - Disable cache in network checked still loads assets from cache

Not all issues from above happen at the same time. Restarting the app, refreshing the profile or opening in the private window shuffle the issues.

What I tried so far: - Refreshed Firefox (from the troubleshooting information) - Restarted normally (from about:profiles) - Reset my profiles - Tried without singing in to FF account - Deleted the app and reinstalled it

It is a local project running in Docker, but the same project works in Chrome. No changes have been made on my side. I'm a Chrome user and would really like to switch to Firefox.

Hi, I have several issues with my FF that it's unusable for development. I'm giving it a third chance as I really want to keep it. - CSS is not listed in the network tab - JS cannot be opened in debugger - Source maps partially or fully stop working (e.g. in CSS for some elements it shows the source, for some don't) - Disable cache in network checked still loads assets from cache Not all issues from above happen at the same time. Restarting the app, refreshing the profile or opening in the private window shuffle the issues. What I tried so far: - Refreshed Firefox (from the troubleshooting information) - Restarted normally (from about:profiles) - Reset my profiles - Tried without singing in to FF account - Deleted the app and reinstalled it It is a local project running in Docker, but the same project works in Chrome. No changes have been made on my side. I'm a Chrome user and would really like to switch to Firefox.

所有回复 (1)

more options

I don't use most of those features, but I can address one of them:

> CSS is not listed in the network tab

Firefox 79+ no longer revalidates cached CSS files against the server to pick up updates on a standard reload (F5 or Ctrl+r/Command+r). So if you don't see CSS files listed on the Network tab, that is accurate.

I created an add-on to overwrite the cache-control headers for CSS files as a workaround: https://addons.mozilla.org/firefox/addon/no-cache-no-store-for-css/

Also, since this forum focuses mostly on end-user issues, you could consider following up with the DevTools team on their forum over here:

https://discourse.mozilla.org/c/devtools