How can I go through the JDK source code in IntelliJ IDEA 7 and see debugging information? Currently I can hit breakpoints and execute code, but debugging information is not available. This means that I do not see the value of local variables.
I only want to go through the source code of one class, if that matters. (For what it's worth the javax.swing.text.html.HTMLDocument class (and I have a copy of the corresponding .java file).)
java debugging intellij-idea
Paul Reiners Aug 21 '09 at 19:50 2009-08-21 19:50
source share