[armedbear-devel] system.lisp and handler-case

Alan Ruttenberg alanruttenberg at gmail.com
Tue May 11 20:36:20 UTC 2010


I'm trying to use system.lisp as the hook into writing code that reads
command line parameters and does stuff - to use abcl for scripting.

The problem is that debugging it is ... uncomfortable... , because

(handler-case
    (require 'system)
  (t ()))


Means that any error just stops what's happening.

How can I establish that my code running as called from system.lisp runs in
a normal debugging environment?

Thanks,
Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20100511/5f5cfdcf/attachment.html>


More information about the armedbear-devel mailing list