As I was debugging my code, I placed a break point within a method called getDate()
.
I ran my code and execution halted right on my break point, which is great.
But is there a way in Eclipse or (preferably) Android Studio to find out which method called getDate()
?