m.edmondson
m.edmondson

Reputation: 30882

Call stack window always empty

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

Answers (1)

m.edmondson
m.edmondson

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

Related Questions