我在VB VS2003中有一个项目一切正常,直到我将其更改为Release,编译然后再返回Debug。现在我可以运行该项目,但它不会停在任何断点上,我尝试了不同的机器,结果是一样的,我尝试了其他项目,一切正常
<STAThread()> _
Public Shared Sub Main()
Dim splashWin As New Splash 'Here is one breakpoint and it never stop
splashWin.Show()
Application.DoEvents()
注意:如果我按下VS上的break all(pause)按钮,则会启动此错误:“无法中断执行。请等待调试对象完成加载,然后重试。”但应用程序运行正常