Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to effectively remove all breakpoints in Android Studio

I tried various steps to remove breakpoints from Android Studio . One of them listed in question BreakPoint link

I followed this but , still there are some green colored with red circle remaining , what are those as seen in image below and how to remove those effectively.

Image after removing breakpoint

like image 478
Yatin Avatar asked Feb 27 '17 06:02

Yatin


People also ask

What is the shortcut key to clear all breakpoints?

To clear all breakpoints in the application From the Debug menu, choose Clear All Breakpoints (CTRL+SHIFT+F9).

How do I clear all breakpoints in Intellij?

Remove breakpoints For all breakpoints: from the main menu, select Run | View Breakpoints Ctrl+Shift+F8 , select the breakpoint, and click Remove Delete .


2 Answers

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.

like image 155
PRATEEK BHARDWAJ Avatar answered Sep 29 '22 04:09

PRATEEK BHARDWAJ


Step 1: ctrl+shift+F8 Step 2: ctrl+A Step 3: Click delete or Alt+delete Step 4: done 
like image 20
Makvin Avatar answered Sep 29 '22 02:09

Makvin