Mozilla 도움말 검색

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

자세히 살펴보기

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!

글쓴이 gbonline 수정일시

모든 댓글 (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