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.
由于某种未知的原因,每当我尝试调试任何 C# 程序时,C# 已经启动了这个东西,只是发出错误哔声并且不会调试。我必须单击停止按钮,它需要大约 15 秒才能停止。此外,我可以通过 Ctrl+F5 跳过调试器来测试程序。
确保您在Debug模式下尝试它。
Debug
如果仍然无法正常工作,请关闭 Visual Studio,重新打开,重建项目并尝试