Wildfly 8 - Error in debug

0

I am trying to debug my action (Eclipse Mars, Wildfly 8, Struts 2 and java 8), start the server in the Debug option, but pressing F6 or clicking the icon to process from a certain point focuses the focus to lines which has no code. Already tried:

  • Clean the project
  • Server Clean
  • Full Publish

In the Windows -> Preferences menu, I looked for some debugging configuration, but I did not find it.

    
asked by anonymous 30.05.2016 / 22:27

1 answer

0

The solution is simple, talking to a friend, we can identify the problem. Loss in code synchronization. To solve the problem, simply update the project, click the project with the right mouse button and then on Refresh. Then just run the project clean and start the server in debug mode.

    
30.05.2016 / 23:05