Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut for toggling breakpoint in Chrome Dev Tools

So, I hit a breakpoint in Chrome Dev Tools:

screen-shot

With F8 I can continue. Is there any keyboard shortcut to remove/toggle away the breakpoint?

like image 521
Cotten Avatar asked May 07 '14 20:05

Cotten


People also ask

How do I change the breakpoint in Chrome?

Right-click on the element. Select Inspect (Elements tab will open with the selected element highlighted). Right-click the highlighted HTML. Go to Break on and select the type of breakpoint.

How do I toggle Developer Tools in Chrome?

To open the developer console in Google Chrome, open the Chrome Menu in the upper-right-hand corner of the browser window and select More Tools > Developer Tools. You can also use Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux).


1 Answers

Ctrl+B? (It is even listed in the "Sources panel" section of the Settings dialog's "Shortcuts" tab)

like image 189
Alexander Pavlov Avatar answered Oct 19 '22 15:10

Alexander Pavlov