Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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.

Alle Antworten (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