且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如果我设置断点,Visual Studio 2017会进入无限循环!!

更新时间:2023-02-27 14:18:58

我一直在做更多的工作,包括在另一个有Visual Studio 2017的系统上进行测试。

I have been doing more work on this, including testing on another system which has Visual Studio 2017 on it.

两台机器都出现了同样的bug 。

Both machines showed the same bug.

但是进一步的工作似乎涉及在日期更改时调用的datetimepicker事件中使用断点。  将断点放在其他地方它似乎正常工作。

But with further work the problem seems to be involved with using the breakpoint in a datetimepicker event called when the date is changed.   Putting the breakpoint in other places it seems to work normally.

那么也许这就是Visual Studio调试器中的错误所在?

So maybe that is where the bug in Visual Studio debugger lies?

任何Microsoft设计读这个的工程师?

Any Microsoft design engineers reading this?

很高兴看到将来修复这个错误。

It would be nice to see the bug fixed in the future.