I'm getting an error: "Unable to install breakpoint in
package.name.of.class due to missing line number attributes. etc. etc.
etc."
I've searched all over and have double checked my settings to make sure
that the box was checked to include line numbers in debug information and
have regenerated the classes for the project. I'm not trying to make an
ant build. The main project (A) that I am trying to execute is referencing
this project (B) in its Java Build Path, and references some other
projects (C,D) as well. It can install breakpoints in other projects (C,D)
just fine, it's just not recognizing break points in this one particular
project (B).
If I have other projects attempt to reference the problematic project, I
get the same behavior.
Again, it's settings are the same as the rest of the projects in my work
space. I have cleaned the project, repeatedly. I did a size comparison to
make sure that the classes generated were larger than classes without
debug information.
I am just doing local debugging using Eclipse 3.2.2 under Windows XP Pro
SP 2 using JDK 1.5.0_11.