English 中文(简体)
视觉演播室 在其他用户添加代码之后的分点移动
原标题:Visual studio Breakpoints move after other user adds code

我在每一组别的法典中打着一系列的突破点,使我能够轻易阻止方案,如果方案失败的话。

然而,当另一个用户对网页进行抽查并增加代码时,我的左边点是右边。 他们补充了4条法典,但我的休息点在目前捕获区之前不是4条线。

我认为,数据对我来说是地方性的,依据的是线数而不是该线的内容。 说了这番话后,谁会想出一条路?

确实,在渔获区设置破碎点对小组的所有成员都是有益的——是否有办法确定人人都能看到和使用的普遍裂痕?

问题回答

Rather than setting a multitude of breakpoints, would it be simpler for you to set the exception handling of thrown exceptions (possibly only those of actual interest, rather than all of them) to break in Debug | Exceptions?

首先,我不同意这样的假设,即对所有渔获区进行断点完全有用。 (尽管这将取决于扩散性审判/捕获物在你的编码库中是如何进行的,但采用沉积/捕获的妥善做法可以使这种战略有用而不是削弱。)

参看。 视力演播室休息点在什么地方得到拯救? 没有建议你采取行动,分享时间。





相关问题
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 ...

热门标签