I noticed there was some new functionality in jde-run.db for jumping to the
files referenced by exception stack traces (like jde-stack).  With the
latest version of jde-run.el this doesn't seem to work.
jde-run-etrace-current-marker makes a call to jde-find-class-source-file,
which doesn't exist.  With some small changes in jde-run.el and jde-db.el I
got it working though.  Specifically I changed jde-find-class-source to call
find-file-noselect instead of find-file and in jde-run-etrace-current-marker
I used the returned buffer to jump to the correct line.

--
knut

Reply via email to