简体   繁体   中英

IE Developer Tools breakpoints are not working

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?

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

Uncheck the following option:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM