Reputation: 30882
After being introduced to the call stack window by this ASP.NET MVC video I've attempted to understand how it works.
My understanding was that it shows all of the method calls - in the order they were called. However its always blank whilst I'm debugging - am I doing something wrong?
Upvotes: 9
Views: 11016
Reputation: 30882
Ahh - As is usually the case once I've asked a question I work it out!
Its turns out it is only shown when a breakpoint has been hit
Upvotes: 13