Relative source paths are not resolved correctly, thus leading to source-less debugging when loading the source for certain programs.
2007-03-20 Mike Cvet <mcvet@redhat.com> * StackFrame.java (getLines): Prepend the compilation directory to the source file location if the given path is relative, rather than absolute. Fixes #4220.