I have updated my Android studio to 3.3.1. Now, some breakpoints are shown red (The lines that have if, while ,...) without the tick and are not being hit.
(line 67)
Your help would be appreciated.
I have updated my Android studio to 3.3.1. Now, some breakpoints are shown red (The lines that have if, while ,...) without the tick and are not being hit.
(line 67)
Your help would be appreciated.
Try File>Invalidate cashes/Restart
I try to adding blank line before the breakpoint but not worked.
Instead I write a dummy line code, like:
Log.v("Breakpoints", "are dumb");
run the code again.An now the tick is shown and breakpoint get hit.