How to debug JDK source

前端 未结 1 701
粉色の甜心
粉色の甜心 2021-01-13 05:07

I have one very tricky issue that I am not able to sort out right away. I have to debug JDK source to see whether I can move further. The standard JDK library does not come

相关标签:
1条回答
  • 2021-01-13 06:05

    I'd recommend you just to compile the classes you need with debug information and put your version of *class files of JDK to bootstrap classpath. Configure your IDE with attached sources (src.zip). This should work.

    I hope you do not really need whole JDK, just selected classes.

    0 讨论(0)
提交回复
热议问题