[slime-devel] How to support a new interpreter?

Tobias C. Rittweiler tcr at freebits.de
Fri Jul 24 06:36:47 UTC 2009


Helmut Eller <heller at 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.





More information about the slime-devel mailing list