debug jdk source can't watch variable what it is

前端 未结 5 915
时光取名叫无心
时光取名叫无心 2020-11-28 18:21

I\'m debugging the JDK source like:

 public static int codePointAt(CharSequence seq, int index) {
        char c1 = seq.charAt(index++);
        if (isHighSu         


        
5条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 18:38

    c-s's jre\lib\endorsed solution is great. Easier to build is with Eclipse: create a Java project, put javax*, java* into src and let Eclipse compile. Then export the jar.

提交回复
热议问题