1

I want to remove all the Breakpoints in module using shortcut

Ctrl+shift+F8

but this shortcut not work on android studio 2.2 on window 10

Any help ?

thats my setting

enter image description here

K Guru
  • 1,292
  • 2
  • 17
  • 36

2 Answers2

3

First go to Settings > Keymap and search like i did and find out whats there,That's what you are looking for enter image description here

You can reset short keys...or change as you want..

enter image description here

Once you are done it that keys will display debug points you have.Then go to its top and click minus mark in red.All gone!

enter image description here

Charuක
  • 12,953
  • 5
  • 50
  • 88
0

To remove all breakpoints in IntelliJ Idea press following sequence of shortcuts

  1. Ctrl+Shift+F8 (open Breakpoints dialog)
  2. Ctrl+A (select all breakpoint)
  3. Alt+Delete (remove selected breakpoints)
  4. Enter (confirm)

For more details please refer below link.

Remove all breakpoints in IntelliJ IDEA

Community
  • 1
  • 1
Abdul Waheed
  • 4,540
  • 6
  • 35
  • 58