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.