尝试调试时总是得到ClassNotFoundException

时间:2017-09-28 08:53:17

标签: scala intellij-idea compiler-errors sbt intellij-14

无论我做什么,当我有一个对象扩展“App”并尝试调试时我得到一个错误

object  Foo extends  App {

  print("here")

}

enter image description here

 throw new ClassNotFoundException(name);

堆栈绝对没有线索(对我来说)错误

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:5)

可能启用了一些断点,但您不知道。

转到Run > View Breakpoints

清除所有断点(尤其是Java Exception Breakpoints),然后再次尝试调试。