Search code examples
google-chromegoogle-chrome-devtoolsdeveloper-tools

Google chrome dev panel shortcut for activate/deactivate breakpoints


Google chrome dev panel has many nice shortcuts and I've got used to them a lot.

There is almost only one thing what bothers me a lot and makes cry every time I have to do it:

I need to use mouse to switch state of all debug points at once.

For this I use now a button as shown on the following screenshot:

enter image description here

I wonder. Is there any other way to active/deactivate this button without mouse?

P.S.

Also this question is more about usage rather than programming I decided to ask it here because it's more likely to be answered by programmers.

Thanks.


Solution

  • On Mac you can toggle breakpoints with +F8

    enter image description here