Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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