且构网

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

断点不在Visual Studio中触发

更新时间:2023-02-27 13:15:43

应用程序可能永远无法到达断点所在的代码.首先在Main的第一条语句上设置断点.

—SA
The application may never reach the code where your break point is. Start with setting a break point on the first statement of your Main.

—SA