Eclipse: no shown variables in debugging Java EE

泪湿孤枕 提交于 2019-12-24 21:35:29

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!