Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Debugging javascript code break points not maintained

more options

Hi, I'm developing some code in js , and use many functions in my file.js

I use FF Quantum v.63 on ubuntu 18.04 64 bit

In the Web Developer section, on the Debugger tab, when I set the break points and need to reload the page so I can run also the init functions, then the break point are lost, more precisely they are pointing the first line in file with the same code as the breakpoint was set.

for example: I have many lines as

var self = this;

when I put a break on a line like this, then when I reload the page, the break is pointing to the linenum 36 where there is the first code occurrence like I breakpointed.

On chrome, when I put the break for ex. to the line 1000, when reload the break is on line 1000!

Hi, I'm developing some code in js , and use many functions in my file.js I use FF Quantum v.63 on ubuntu 18.04 64 bit In the Web Developer section, on the Debugger tab, when I set the break points and need to reload the page so I can run also the init functions, then the break point are lost, more precisely they are pointing the first line in file with the same code as the breakpoint was set. for example: I have many lines as var self = this; when I put a break on a line like this, then when I reload the page, the break is pointing to the linenum 36 where there is the first code occurrence like I breakpointed. On chrome, when I put the break for ex. to the line 1000, when reload the break is on line 1000!

Modifié le par gbonline

Toutes les réponses (1)

more options

Hi gbonline:

This is a firefox user support forum; we don't have the expertise here to handle developer questions, please ask on stackoverflow.com and tag it 'firefox'. (My GUESS would be that running in Firefox Safe Mode or removing all your Firefox add-ons would fix it but it's only a guess)

Cheers!

...Roland