English 中文(简体)
即时窗口正在逐步关闭吗?
原标题:Is the immediate window being phased out?

我失去了这个窗口, 然后又用 < a href=" https://stackoverflow.com/ questions/761750/vs2008-immedite-window-lost > > > Ctl+Alt+I 找到它, 但我无法在 VS2010年终期的任何菜单中看到它 。

  • Does this mean it s getting phased out?
  • If so which tool should I be using to achieve similar results?
  • If it isn t one of the default menus and you have to customise an out-of-the-box menu does that inicate it s being phased out?

""https://i.sstatic.net/qFpZU.png" alt="在这里输入图像描述"/ >

更能证明我的VS没有直接窗口:

""https://i.sstatic.net/0oZ5j.png" alt="此处输入图像描述"/ >

最佳回答

您必须已经从工具栏中删除了命令 。 您必须从工具栏中删除命令 。 到 < 强 > 工具栏 < / 强 >, < 强 > 强制 < / 强 >, 点击 < 强 > Commands < / 强 > 标签, 然后向下滚动并点击 < 强 > Debug < / 强 >, 然后选择 < 强 > Add 命令 < / 强 > 。 然后滚动并在左侧菜单中选择 < 强 > Debug , 然后向下滚动并找到 < 强 > 即时 < / 强 > : 。

见此:

""https://i.sstatic.net/h5gel.png" alt="此处的内置图像描述"/"

问题回答

奇怪的是,在VS 2010终极:

""https://i.sstatic.net/7SjRn.png" alt="此处输入图像描述"/ >

点击工具栏时: 调试 - & gt; Windows - & gt; 立即

您确定您没有在 Windows 标签下查看吗?

编辑 :

http://www.vitalygorn.com/blog/post/2008/01/Missing-Immediate-Window-in-VS2008.aspx>http://www.vitalygorn.com/blog/post/2008/01/Missing-Immedialte-Window-in-VS2008.aspx





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签