<div>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. </div><div><br></div><div>The problem is that debugging it is ... uncomfortable... , because</div>

<div><br></div><div>(handler-case </div><div>    (require 'system)</div><div>  (t ()))</div><div><br></div><div><br></div><div>Means that any error just stops what's happening.</div><div><br></div><div>How can I establish that my code running as called from system.lisp runs in a normal debugging environment? </div>

<div><br></div><div>Thanks,</div><div>Alan</div><div><br></div>