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
setting - compiler - java Compiler - java options, you should check the option "generate debugging info", then, it will compile with debug info.