Chrome DevTools
Add or remove a line breakpoint
To add or remove a line breakpoint in Chrome DevTools, press Ctrl + B. On a Mac, press Cmd + B instead. It works in the browser version.
Where it works: Code editor
Every documented variant
| System | Environment | Keys |
|---|---|---|
| Mac | Web app | CmdB |
| Windows | Web app | CtrlB |
Where this comes from
Keyboard shortcuts - Chrome DevTools - Chrome for Developers
Documentation checked on 2026-09-14. That is a documentation review, not a test run inside the application.