I have a Tomcat Java web application built into IntelliJ that calls code in another module called "Stuff". I linked the source of the corresponding code to "Stuff" so that I can go into it and click breakpoints, but I do not see the variables or their values. The clock does not work either. All I get is "Debug information is not available."
How to view debugging information?
java debugging intellij-idea tomcat
Ed norris
source share