Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我构建了winform应用程序。当我尝试调试我的项目时,我会重建和调试。应用程序运行,但在 winform 可见之前卡住了。如果我按下暂停按钮(在 Visual Studio 中)和播放按钮,winform 就会释放。如果我逐行调试应用程序,winform 不会卡住。
我能做些什么?我不知道从哪里开始。
非常感谢
在 Visual Studio 中启用第一次机会异常(如果尚未启用)并查看是否有任何异常以任何方式干扰预期的执行流程。
使用Eqatec分析器来分析应用程序,以查看启动时会发生什么。