Let's say I have function A(//Code: To Catch Some Error) in a class and that function A() is being called in 100 different pages.
- I have put one breakpoint at that function A().
- When I run the solution in the visual studio, this breakpoint is being hit.
Q: Is there any way to find from which page did this function A() was called before hitting the breakpoint?