Start Debug causes exception in jquery before actual page is loaded
I just press debug for a page and even before the first script in the page is loaded the WebStorms debugger halt in
"chrome-extension:\\jeoacafpbcihiomhlakheieifhpjdfeo\scripts\vendor\jquery\jquery.js"
Here is the stack trace:
Error: Failed to execute 'querySelectorAll' on 'Element': '*,:x' is not a valid selector.
at chrome-extension://jeoacafpbcihiomhlakheieifhpjdfeo/scripts/vendor/jquery/jquery.js:2:10429
at ia (chrome-extension://jeoacafpbcihiomhlakheieifhpjdfeo/scripts/vendor/jquery/jquery.js:2:7285)
at fa.setDocument (chrome-extension://jeoacafpbcihiomhlakheieifhpjdfeo/scripts/vendor/jquery/jquery.js:2:10167)
at chrome-extension://jeoacafpbcihiomhlakheieifhpjdfeo/scripts/vendor/jquery/jquery.js:2:21987
at chrome-extension://jeoacafpbcihiomhlakheieifhpjdfeo/scripts/vendor/jquery/jquery.js:2:22707
at chrome-extension://jeoacafpbcihiomhlakheieifhpjdfeo/scripts/vendor/jquery/jquery.js:2:207
at chrome-extension://jeoacafpbcihiomhlakheieifhpjdfeo/scripts/vendor/jquery/jquery.js:2:212
Would be great if anyone has an idea.
Thanks
Christoph
Please sign in to leave a comment.
I think I found the silly reason :-)
"uncaught only" checker was disable in Breakpoint settings
the error comes from Disconnect Chrome extension (https://github.com/disconnectme/disconnect). Looks like you have enabled exceptions breakpoints, and debugger halts on first exception that occurs in Disconnect code