Last updated: Apr 5, 2024
Reading time·3 min
To resolve the "Paused in debugger" issue in Chrome:
Open your developer tools by right-clicking on the page and selecting
Inspect or by simply pressing F12
.
Click on the Sources tab.
Click on the Deactivate breakpoints button or press Ctrl
+ F8
.
Here is a short clip that shows where the Deactivate breakpoints button is.
F5
.If the issue persists even after refreshing the page.
Open your developer tools.
Click on the Sources tab.
Click on the Deactivate breakpoints button or press Ctrl
+ F8
.
F5
.Here is a short clip that demonstrates how this works.
If the issue persists, make sure you haven't enabled the "Pause on exceptions" feature in Chrome:
If the issue persists even after refreshing the page.
Open your developer tools.
Click on the Sources tab.
In the menu on the left under Breakpoints, make sure the following two checkboxes are NOT checked:
If the issue persists, make sure you don't have any checkboxes checked under XHR/fetch Breakpoints in the left menu.
If you see an "Any XHR" checkbox under "XHR/fetch Breakpoints", make sure it is unchecked.
If none of the suggestions helped:
F1
+ Shift
+
?
.If the issue persists:
Open your developer tools.
Click on the Sources tab.
Expand each dropdown menu in the left sidebar and make sure that none of the checkboxes are checked.
If the issue persists, disable the paused state overlay.
F1
+ Shift
+
?
.If the issue persists:
Open your developer tools by right-clicking on the page and selecting
Inspect or by simply pressing F12
.
Press Ctrl
+ Shift
+ P
(or Cmd
+ Shift
+ P
) on macOS.
Type "Do not pause on exceptions" and select the command.
You can learn more about the related topics by checking out the following tutorials: