Android Studio
Set or clear a line breakpoint
Press Ctrl + F8 to set or clear a line breakpoint in Android Studio. On a Mac, press Cmd + F8 instead.
Where it works: Debugging
Every documented variant
| System | Environment | Keys |
|---|---|---|
| Mac | Desktop app | CmdF8 |
| Windows | Desktop app | CtrlF8 |
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.