Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Visual Studio 2012。我曾经查看所有断点的运行时间值。但目前我无法再次检索此窗口。谁能建议我应该选择查看哪个窗口?
从顶部的菜单中;
Debug->Windows->Breakpoints,将列出断点的位置。
Debug->Windows->Watch->Watch [1-4],将列出您标记为要监视的所有变量。
Debug->Windows->Autos,将列出活动变量。