“汽车”在哪里? 在 msdev 2005 中查看?
在 msdev 2003 中进行调试时,有一个非常方便的“自动”窗口,可以显示当前执行行周围的变量和值。
我在 msdev 2005 中找不到类似的东西。它死了吗?
When debugging in msdev 2003, there is a very convenient 'Autos' window that show vars and values around currently-executed line.
I cannot find anything similar in msdev 2005. Is it dead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
假设您指的是Visual Studio 2005,可以在“调试”->“调试”中找到它。 窗口 -> 主菜单上的汽车。
可以通过按 Ctrl+Alt+V、A -< 进行访问kbd>- 或 Ctrl+D、Ctrl+A(如果您使用 C# 键绑定) (更容易按下)。
此外,“自动”工具窗口仅在调试时可见。
Assuming that you're referring to Visual Studio 2005, it can be found at Debug -> Windows -> Autos on the main menu.
This can be accessed by pressing Ctrl+Alt+V,A -- or, Ctrl+D,Ctrl+A if you use the C# keybindings (which is easier to press).
Additionally, the Autos tool window is only visible when debugging.
调试-> 窗口 -> 汽车
它可能只显示其他一些小部件组的一部分。 四处寻找一个写着“汽车”的小标签。 通常它潜伏在 Watch 1 和 Locals 中。
您也可以按 CTRL+ALT+V、A。
Debug -> Windows -> Autos
It may be showing just part of some other widget-group. Look around for a little tab that says "Autos" on it. Typically it lurks with Watch 1 and Locals.
Also you can press CTRL+ALT+V, A.
VS 往往会丢失窗口,有时会重置菜单映射以获取最少量的实际有用命令。 每当发生这种情况时,您都可以通过工具|自定义 -> 来挖掘它们。 命令。 查看不同的类别,例如“汽车”位于“调试”中。 从这里您可以将命令拖到菜单或工具栏上。
在“自定义”窗口中,还有一个不错的复选框“显示快捷方式”。
VS has the tendency to lose windows and sometime to reset menu mappings to have minimal amount of actually useful commands. Whenever that happens, you can dig them back via Tools|Customize -> Commands. Look in different categories, for example Autos is in Debug. From here you can drag the command onto menu or toolbar.
In the Customize window there is also good-to-have-on checkbox "Show shortcuts".