Visual Studio 2010 Professional:如何访问模块窗口?

时间:2011-11-15 16:41:35

标签: visual-studio-2010

如何访问Visual Studio 2010中的模块窗口?


不相关的信息

According to MSDN,只有某些版本的Visual Studio允许您访问模块窗口(即Pro,Premium,Ultimate)。我有专业人士:

enter image description here

  

注意:严格来说,我没有专业,但我认为专业专业的简写

MSDN接着说:

  

以中断模式或运行模式显示模块窗口

     
      
  • 在“调试”菜单上,选择“Windows”,然后单击“模块”。
  •   

除了我没有模块菜单选项:

enter image description here

编辑:更新截图以显示调试,坐在断点

如何访问Visual Studio 2010中的模块窗口?


无关信息

我尝试自定义 调试 - > Windows 项目:

enter image description here

除了没有调试 - > 模块项目:

enter image description here

也没有 Windows - > 模块项目:

enter image description here

如何访问Visual Studio 2010中的模块窗口?

另见

3 个答案:

答案 0 :(得分:22)

可能的解决方案:

  • 尝试快捷方式 Ctrl + D M (请注意,我第一次开始配置我的VS2010进行C#开发它所以快捷方式可能不一样。)

  • 另外,请尝试修复VS2010的安装(这在过去帮助了我。)

  • 您还可以从Tools -> Import and Export settings -> Reset all settings

  • 重置VS设置

请注意,我也有VS2010专业版,在Debug -> Windows -> Modules下我可以看到它(我在这里停在了一个断点处):

enter image description here

修改:

该选项也可在“自定义”窗口中找到

enter image description here

P.S:此选项仅在调试模式

时可用

答案 1 :(得分:4)

从Debug菜单的屏幕截图中我可以看到你没有运行附带调试器的应用程序(按F5)。除非您正在调试应用程序,否则大多数“调试”窗口(Threads,Watch,CallStack,Register,Modules)在Debug菜单或Visual Studio IDE中都不可见。

在查找“模块”窗口之前,您是否在代码中处于断点处?

答案 2 :(得分:0)

这是Ctrl + Alt + u用于在VS中启动C ++应用程序开发中的模块。