Debugging in android studio without break points [duplicate]

Question is why do you want to stop at onclick method?. do you want to check some states i.e variable values or anything else like that. You can Toast these values by Using Toast method, it will display your required values on the screen without any break. This may help you

Leave a Comment