How to effectively remove all breakpoints in Android Studio

Remove all breakpoints in android studio

Click on red icon which is below to stop debug. you will see a window there you can remove all breakpoints.


First, click on debug tab and you see a screen like this:-

enter image description here

Now you will see a window like this:-

enter image description here

From this screen you can remove breakpoints by clicking (-) button. To remove all break point first select Java Line break Point option and then click (-).


Step 1: ctrl+shift+F8
Step 2: ctrl+A
Step 3: Click delete or Alt+delete
Step 4: done