-5

I am working with Navigation drawer template on android studio 1.5, I want to check how the codes work. Being new i am not entirely sure where to set the break points. I am currently using my own physical device as an emulator and would like to debug when any text view or any item is pressed on my screen without setting up the break points. For example if i am pressing a button on my device i want android studio to stop at On click method of the button and so on.

I tried setting break points manually but it gets more confusing.

Pannam T
  • 389
  • 7
  • 20

1 Answers1

0

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

abdul khan
  • 843
  • 2
  • 7
  • 24