xxw1754352621 / java-dev

愿景:提升自我知识容量,扩展自我知识边界
Apache License 2.0
6 stars 2 forks source link

断点调试,变脸自增问题 #24

Closed xxw1754352621 closed 5 years ago

xxw1754352621 commented 5 years ago

alt加鼠标,会原地出发处理,如果是赋值语句,则不可逆,需要重新debug 例如 --i

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 13 at java.util.TimSort.countRunAndMakeAscending(TimSort.java:355) at java.util.TimSort.sort(TimSort.java:220) at java.util.Arrays.sort(Arrays.java:1512) at java.util.ArrayList.sort(ArrayList.java:1454) at com.example.rabbitmq.algorithm.Timsort.collection(Timsort.java:37) at com.example.rabbitmq.algorithm.Timsort.main(Timsort.java:21)