D
davout
In my Eclipse Java project I have an exception occuring inside one of the
external JAR files that make up the project (apache commons-validator).
I've downloaded the commons-validator source and in the Eclipse IDE linked
the source path to the JAR file so that I can now see where the exception is
occuring inside this JAR.
However, I can't set breakpoints on this JAR source that actually work. The
IDE allows me to toggle the breakpoint entry on selected lines but the
breakpoint isn't used as when run the application skips past it.
Simply put, how can I temporarily include the source code of an external
library JAR into my project so that I can debug/trace problems using
breakpoints?
external JAR files that make up the project (apache commons-validator).
I've downloaded the commons-validator source and in the Eclipse IDE linked
the source path to the JAR file so that I can now see where the exception is
occuring inside this JAR.
However, I can't set breakpoints on this JAR source that actually work. The
IDE allows me to toggle the breakpoint entry on selected lines but the
breakpoint isn't used as when run the application skips past it.
Simply put, how can I temporarily include the source code of an external
library JAR into my project so that I can debug/trace problems using
breakpoints?