简体   繁体   English

在Visual Studio 2010 Express中哪里可以找到堆栈跟踪?

[英]Where to find stack trace in visual studio 2010 express?

在Microsoft Visual C#2010 Express中哪里可以找到或如何打开堆栈跟踪?

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. 我没有可在当前计算机上进行测试的C#Express,但我希望它与VS 2010相同。假设是真的,则需要进行实际调试才能看到它。 While debugging, select Debug -> Windows -> Call Stack from the main menu or else press Ctrl+Alt+C. 调试时,从主菜单中选择“调试”->“ Windows”->“调用堆栈”,否则按Ctrl + Alt + C。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM