English 中文(简体)
冻结了VS2010年破碎点的所有read子
原标题:Freeze all threads on breakpoint in VS2010

I m 使用了VS2010 Beta 2 ,去除一些多面阅读的代码。 亲爱的平行屏障等

我有一个问题: 我有一套可以由多个线索要求的方法。 一旦我打上了破碎点,我真的希望把注意力放在触发这一突破点的深处。 然而,当我打上“步”时,VS往往转向另一个深层(例如,Im在一对一的路上被拦截,但与此同时,2对我的耳光进行了打)。

我知道,我可以人工冻结read窗的read子。 是否有办法自动做到——基本上,一旦我打断点,就冻结除目前外的所有线,直到我打F-5为止?

最佳回答

然而,如果我不了解这一点,你可以在你步行的时候解脱你的破碎。

当我担心混淆许多read子时,我往往只是把read窗的窗户敞开,并不断注意到read的id。

问题回答

I have just released a Visual Studio 2010 extension that does exactly what you are looking for. And it s free :).

<><>Presentation

这一《2010年视觉演播室扩展》增加了两个捷径和工具bar子,使开发商能够轻松地关注单一深层,同时分散多层应用。

它大大减少了人工进入翻新窗口的必要性,以冻结/监督所有线索,但需要遵循的线索,从而有助于提高生产力。

<><>Features

Restrict further execution to the current thread only. Will freeze all other threads. Shortcut: CTRL+T+T or Snowflake button. Switch to the next single thread (based on ID). Will change current thread and freeze all other threads. Shortcut: CTRL+T+J or Next button.

http://udiostgallery.msdn.microsoft.com/54ef0f07-ed1d-4b89-b4ae-6506b196f843'rel=“noreferer”>,载于p

如果你从Debug->、Cord->、Threads装上Threads窗。 一旦你打断点,你就可以选择所有的read子,点击“红read”,然后,你可以恢复积极的透镜,选择它,选择“三aw”。

这样做只能让现在的read子在挖泥.中执行。





相关问题
building .net applications without Visual Studio

I m interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I like to use ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Visual Studio 2010 Beta 2: Can I print in color?

I have to turn in a hard copy of some code with an assignment. Is there any way in Visual Studio 2010 to print C# source code with syntax highlighting? PS: The assignment is solving a math problem, ...

Set Select command in code

On button Click I want to Set the Select command of a Gridview. I do this and then databind the grid but it doesn t work. What am i doing wrong? protected void bttnView_Click(object sender, ...

WPF design-time context menu

I am trying to create a custom wpf control, I m wondering how I can add some design-time features. I ve googled and can t seem to get to my goal. So here s my simple question, how can I add an entry ...

热门标签