问题
Platform I am using:
- Fedora 20;
- mariadb-5.5.34-2.fc20.x86_64;
- Eclipse Kepler Service Release from www.eclipse.org
I am implementing example
See here
and I am trying to manage to work the login interface. Actually I am configuring TomEE to use JAAS auth technology. Since I am having some troubles, I would like to solve them with the help of Eclipse debugging mode. To do that, I:
- setted breakpoint at line number 79 of LoginController.java;
- started TomEE in debug mode;
- executed login.xhtml in debug mode too;
My problem is that I see nothing in debug mode: no variables, etc. How is it possible? I have been using debugging mode for a long time, but it is my first time in web development. Project archive
Click here for a larger Screenshot
回答1:
The webpage bean has not been istantiated for an unknown reason. I opened a new question to fix it. Bean not instantiated
来源:https://stackoverflow.com/questions/20888773/eclipse-no-shown-variables-in-debugging-java-ee