Monday, May 20, 2024
23
rated 0 times [  24] [ 1]  / answers: 1 / hits: 22409  / 10 Years ago, wed, december 31, 2014, 12:00:00

I'm trying to debug some javascript in IE 11 and I'm not able to force it to stop on a breakpoint.



debugger; line works fine (stops debugger in that line), same file without a debugger; line but with a breakpoint set in the same place does nothing (function works fine, but debugger does not stop on a breakpoint).



Chrome's and Firefox's debuggers stop on breakpoints in the same places.



Any thoughts what could be the cause of this behavior?


More From » internet-explorer

 Answers
43

Hamlet, in the comments to OP question, gave the correct answer.



Uncheck the following option:




Internet Options > Advanced > Disable Script Debugging (Internet Explorer)



[#68343] Saturday, December 27, 2014, 10 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
jocelynkarsynr

Total Points: 472
Total Questions: 98
Total Answers: 96

Location: Macau
Member since Mon, Nov 16, 2020
4 Years ago
jocelynkarsynr questions
Tue, Feb 8, 22, 00:00, 2 Years ago
Sat, Jul 11, 20, 00:00, 4 Years ago
Sun, May 10, 20, 00:00, 4 Years ago
Sat, Jan 18, 20, 00:00, 4 Years ago
;