如何在visual studio 2008/2010中找到调用堆栈选项? [英] How to find the call stack option in visual studio 2008/2010?

查看:266
本文介绍了如何在visual studio 2008/2010中找到调用堆栈选项?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在visual studio 2008/2010中找到调用堆栈选项?我搜索了Debug->窗口,但调用堆栈不存在。

How to find the call stack option in visual studio 2008/2010?I searched for the Debug->windows but call stack was not there.

推荐答案

调用堆栈窗口位于相同的位置(在Debug / Windows下),但问题是只有在调试运行时才会显示该选项。



所以在某个地方放置一个断点,运行应用程序,直到遇到断点并在Debug / Windows下查看。你应该在那里找到Call stack。
The call stack window is in the same place (under Debug/Windows) but the thing is that the option is shown only when the debug is running.

So place a breakpoint somewhere, run the application until the breakpoint is hit and have a look under Debug/Windows. You should find Call stack over there.


这篇关于如何在visual studio 2008/2010中找到调用堆栈选项?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆