Step through JDK source code in IntelliJ IDEA

后端 未结 7 2258
梦谈多话
梦谈多话 2020-11-27 15:43

How can I step through JDK source code in IntelliJ IDEA 7 and see the debug info? I can currently hit breakpoints and step through the code, but the debug info is not avail

7条回答
  •  广开言路
    2020-11-27 16:28

    setting - compiler - java Compiler - java options, you should check the option "generate debugging info", then, it will compile with debug info.

提交回复
热议问题