happines
happines

Reputation: 1

Where to find stack trace in visual studio 2010 express?

Where to find or how to open stack trace in Microsoft Visual C# 2010 Express?

Upvotes: 0

Views: 111

Answers (1)

jmcilhinney
jmcilhinney

Reputation: 54417

I don't have C# Express available to test on my current machine but I would expect that it's the same as VS 2010. Assuming that that's true, you need to actually be debugging to be able to see it. While debugging, select Debug -> Windows -> Call Stack from the main menu or else press Ctrl+Alt+C.

Upvotes: 1

Related Questions