标签: debugging intellij-idea kotlin
我的代码在JUnit 4.12测试中是ArrayIndexOutOfBoundsException,我想在抛出它时停止该异常,但我不能出于某种原因。
ArrayIndexOutOfBoundsException
以下是我的调试器设置:
当我使用 Debug 运行我的代码时,异常只会记录到控制台,并且调试器不会在发生它的行停止。
我做错了什么?