Helmut Eller heller@common-lisp.net writes:
[At the point of throw, JDI cannot decide whether the exception will be handled - ...]
Hmm, yes, that's true. I'd have thought that you can subclass the StackTrace that is stuffed into Exceptions, and enrich its StackTraceFrames with information from the StackFrames in the ExceptionEvent.
I'm not sure how easily (if possible at all) you can influence the actual program data. The debugger API seems to be for observing purposes, mostly.
-T.