Chrome 'paused in debugger' issue
Asked Answered
U

11

37

I don't know what I've switched on (by accident) but every time I have the Inspect Element area open and then try to click anything on the webpage not within the Inspect Element area (especially something jQuery related like a slideshow for example) it greys the page, shows a message saying 'Paused in debugger' and then opens a jQuery file within the Sources section of Inspect Element.

Within the 'Call Stack' area, it shows a message saying 'Paused on a "click" Event Listener'.

I don't remember switching this feature on but I'm keen for it to be switched off.

I know this question has been asked before - I thought I'd found the answer when everyone suggested we look to see if the 'Pause' option is switched on (blue). However, it's not switched on, it's grey not blue or any other colour and when I hover over it, it says "Don't pause on exceptions. Click to Pause on all exceptions".

Unknown answered 22/10, 2012 at 14:31 Comment(0)
A
62

You might also check the Source tab, check under the Event Listener Breakpoints panel if you've set any breakpoints under 'Mouse'.

Amoebaean answered 23/10, 2012 at 7:9 Comment(3)
This panel is in the same section of the console that the "paused" message is in, you just have to scroll way down.Vange
It wasn't exactly under mouse, but on a couple of other checkboxes under Event Listener Breakpoints - thanks! Firefox proves to be more stable when it comes to dev tools.Konya
This worked for me, thanks for this almost 7 year old comment lolRoux
P
17

This can also cause the issue

Break Point icon at top left should be blue like this(For Deactivate BreakPoints)

enter image description here

Should not grey like this

enter image description here

Photovoltaic answered 10/2, 2015 at 18:33 Comment(1)
Wow... that's totally not obvious. :)Lynlyncean
E
12

Found solution here, if the little octagonal stop/pause sign (at lower left of Chrome "Sources") is colored (blue or purple), you need to click on it until it's black again.

Estaestablish answered 2/7, 2013 at 18:51 Comment(0)
E
4

It did drive me nuts for a short while.....scroll all the way to the bottomenter image description here of breakpoint window and you'll find XHR Breakpoints & under it there is the Any XHR checkbox...

Explicate answered 9/11, 2017 at 21:31 Comment(0)
S
2

Goto the sources tab and check all breakpoints.

Snubnosed answered 27/12, 2012 at 12:30 Comment(0)
T
2

For me what fixed it was to uncheck the "Pause on __ exceptions".

Note the yellow checked box on the right 'debugger' panel:

Note the yellow checked box on the right 'debugger' panel

Tetrarch answered 30/1 at 8:0 Comment(0)
B
1

Go to Elements tab and remove all breakpoints from right pane under DOM Breakpoints

Bourassa answered 22/10, 2012 at 22:46 Comment(1)
I've just checked and there's nothing there, it just says 'no breakpoints'Unknown
V
1

For Visual Studio Users, just go Tools>Options>Debugging and make disabled it

Violone answered 1/7, 2022 at 13:26 Comment(1)
Put me on track :) I could clear the breakpoints in Chrome, but then they would re-appear? Of course that was because VS Code was remote-control-adding breakpoints again :)Recombination
I
0

One possible cause, it that you've enabled the "pause on exceptions" (the little stop-sign shaped icon with the pause (||) symbol with in in the lower left of the window). Try clicking that back to the off/grey state (not red nor blue states) and reload the page.

Indebted answered 22/12, 2013 at 14:49 Comment(0)
H
0

For me, I resolved it by temporarily disabling the Chrome Bitwarden extension.

You could check to see in the Sources tab in the devtools panel to see what is causing this error, it could be an extension.

To open the devtools panel on Chrome, press the F12 key.

Heliotherapy answered 6/7, 2021 at 17:31 Comment(0)
U
0

Your debugger is paused while you want to run your Flutter project. if any exceptions stop your project, and you still want to run the project, make sure to untick the Uncaught exceptions.

Picture is here

Undergarment answered 20/3 at 10:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.