Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

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.

Všetky odpovede (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