无法在Visual Studio中调试JS:验证断点位置

时间:2018-11-14 23:03:47

标签: javascript visual-studio debugging

在安装最新的VS 2017(15.9.0)之后,我无法再调试JavaScript。我不断收到一个对话框,上面写着:“验证断点位置:”。验证速度很慢,但大多数情况下都可以挂起。

有人知道如何解决这个问题吗?

1 个答案:

答案 0 :(得分:2)

I was having the same issue and was able to fix it by removing the .suo file for the project and letting VS 2017 rebuild it. My theory is VS was holding on to phantom breakpoints that could not be deleted from the IDE.