I have SomeActivity
that extends BaseActivity
that extends Activity
.
When I put breakpoints into Android Studio, it keeps them red with no either cross or checkmark.
EDIT: The breakpoints are not validated, but they work when the activity comes to that point.