When debug application, it may be usefull to see in what sequence methods are called. It is possible to write Debug.WriteLine(\"Called MethodName\") in earch method but ther
As mentioned in a comment, the Visual Studio Call Stack window already implements this.
However, if you really wanted more information you can always look in to adding Tracing information.