I am debugging a Java application remotely in Eclipse. (A bunch of Alfresco projects with attached sources in ZIP files.)
Breakpoints work, but:
1) Whenever I set a breakpoint in the * .class file, Eclipse opens the * .java file when the breakpoint is reached.
2) When I set a breakpoint from a * .java file, a new breakpoint is created (apparently independent of the one set in * .class), and in the list of breakpoints it does not offer the option "Go to file" .
3) A bullet with a breakpoint is never displayed in the * .java file; Regardless of whether a breakpoint was created from a * .class or * .java file.
(If not for 2 and 3, I would love to stick with * .java files, of course.)
Am I doing something wrong? ... or is this normal behavior and I canβt do anything about it?
source
share