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“.

Learn More

Firefox Inspector - Ignore version string when debugging JavaScript

  • Keine Antworten
  • 1 hat dieses Problem
  • 7 Aufrufe
more options

When using Firefox inspector to debug JavaScript, if the version string of the file (eg `<somefile>.js?v=12345`) changes by the server, Firefox Inspector assumes that it is a new source file and thus clears any breakpoints for the file on reload.

Is there a way to disable this such that the Inspector assumes it is the same file?

There are cases where the server actively changes the version on the fly and thus makes debugging very tricky.

When using Firefox inspector to debug JavaScript, if the version string of the file (eg `<somefile>.js?v=12345`) changes by the server, Firefox Inspector assumes that it is a new source file and thus clears any breakpoints for the file on reload. Is there a way to disable this such that the Inspector assumes it is the same file? There are cases where the server actively changes the version on the fly and thus makes debugging very tricky.