简体   繁体   中英

Eclipse: no shown variables in debugging Java EE

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 在此处输入图片说明

The webpage bean has not been istantiated for an unknown reason. I opened a new question to fix it. Bean not instantiated

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM