Android Studio
View every breakpoint
In Android Studio, Ctrl + Shift + F8 will view every breakpoint. On a Mac, press Cmd + Shift + F8 instead.
Where it works: Debugging
Every documented variant
| System | Environment | Keys |
|---|---|---|
| Mac | Desktop app | CmdShiftF8 |
| Windows | Desktop app | CtrlShiftF8 |
Where this comes from
Keyboard shortcuts - Android Studio - Android Developers
Documentation checked on 2026-09-14. That is a documentation review, not a test run inside the application.