Reputation: 581
Is there a way which I can trace which methods were called during app execution? For example, I want to see which methods from which classes were executed and in which order they were executed during a series of events.
Upvotes: 0
Views: 516
Reputation: 2594
Yes, while you are debugging with breakpoints there is icon beside the variables in the debugger tab
Upvotes: 2