尝试调试时总是得到 ClassNotFoundException
Always getting ClassNotFoundException when trying to debug
无论我做什么,当我有一个对象扩展 "App" 并尝试调试时,我得到一个错误
object Foo extends App {
print("here")
}
throw new ClassNotFoundException(name);
堆栈完全没有给我任何线索(对我来说)出了什么问题
可能启用了一些断点,但您不知道。
转到Run > View Breakpoints
清除所有断点(尤其是Java Exception Breakpoints
),然后重新调试
无论我做什么,当我有一个对象扩展 "App" 并尝试调试时,我得到一个错误
object Foo extends App {
print("here")
}
throw new ClassNotFoundException(name);
堆栈完全没有给我任何线索(对我来说)出了什么问题
可能启用了一些断点,但您不知道。
转到Run > View Breakpoints
清除所有断点(尤其是Java Exception Breakpoints
),然后重新调试