gpt4 book ai didi

java - java.lang.IndexOutOfBoundsException 事件上的断点

转载 作者:行者123 更新时间:2023-12-01 13:54:41 25 4
gpt4 key购买 nike

如何在事件java.lang.IndexOutOfBoundsException上添加断点?

System.out.println(this.getItem(j+1).getUniqueId() + ", Service time: " + this.getItem(j+1).getServiceTime() + ", Arrival time: " + this.getArrivalTimes().get(j+1));

问题是 this.getItem(j+1)this.getArrivalTimes().get(j+1) 失败。但是我检查了 j+1 永远不会超过列表大小。因此我想添加一个断点来查看原因。如果没有断点,这行代码很难调试,因为它被执行了很多次,并且当错误发生时调试器不会停止。

最佳答案

根据您的 IDE,应该可以设置异常断点。在 Eclipse 中,断点 View 中有一个小图标,看起来像带有感叹号的“J”。在 Intellij 中,您可以使用“查看断点”编辑断点,然后通过添加断点菜单添加异常断点。

关于java - java.lang.IndexOutOfBoundsException 事件上的断点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19681734/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com