In Chrome devtool source panel, there are 7 buttons, and all of them can be controlled by keyboard shortcuts except the last one " Pause on Exception", Is there any way I can active/deactivate this button by keyboard shortcut? I didn't find the shortcut to control this
Asked
Active
Viewed 128 times
1

user956609
- 906
- 7
- 22
-
I've been waiting for this for years. And I don't know how it's not a high priority in the dev community. When you've hit an exception and know that it's going to bubble up through 20 or 30 scopes that you have to manually step through.. not being able to 'stop pausing on exceptions' with a shortcut becomes criminal. – nikk wong Oct 27 '22 at 01:57
1 Answers
0
Looking at:
- The tooltip for the button
- The list at Settings > Shortcuts in DevTools
- The official shortcut docs
It seems like there isn't a preset shortcut, nor a way to set one.

Xan
- 74,770
- 16
- 179
- 206