2

From last 1 week i am getting below exception in Eclipse kepler when running server in debug mode

enter image description here

But even after this exception breakpoints are working fine and even i deleted breakpoint which mentioned in this error but issue not resolved I saw one question Eclipse Unable to install breakpoint which saying some fixes but why this issue is coming from last 8years i never got this issue.

Any other quick fix for this?

Community
  • 1
  • 1
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
  • Side note: tried updating to Eclipse Mars? It is not a "big jump", and even if this problem still exists, Mars has some advantages compared to the older versions of eclipse. – GhostCat Aug 03 '15 at 08:03
  • Are the working breakpoints in the same class or in other classes? – mschenk74 Aug 03 '15 at 08:06
  • 1
    Check [here](http://stackoverflow.com/questions/4760856/eclipse-unable-to-install-breakpoint) or [here](http://stackoverflow.com/questions/957822/eclipse-unable-to-install-breakpoint-due-to-missing-line-number-attributes) this is about remote debugging.... – Jordi Castilla Aug 03 '15 at 08:06
  • 1
    If the problematic class is generated dynamically (e.g. by the Spring framework), you have to consult the documentation of this framework how to enable the generation of debug information during compilation of these classes. – mschenk74 Aug 03 '15 at 08:38
  • I can not use Mars because of this issue http://stackoverflow.com/questions/31262682/eclipse-mars-not-showing-jboss-server – Subodh Joshi Aug 03 '15 at 09:11

1 Answers1

0

If the problematic class is generated dynamically (e.g. by the Spring framework), you have to consult the documentation of this framework how to enable the generation of debug information during compilation of these classes.

mschenk74
  • 3,561
  • 1
  • 21
  • 34