when debugging code which's called recursively many times, sometimes it gets difficult to realize which execution of the code you are seeing. Is there any IDE graphic tool which helps to see that with diagrams or something?
+1
A:
I think your looking for "Call Stack" in Visual Studio. Other IDEs have similar functionality.
James Roth
2010-06-10 18:49:07