[Openmcl-devel] How do I use the debugger

Alan Ruttenberg ruttenbe at mpi.com
Tue Feb 3 13:37:40 PST 2004


You should also check out slime, an development environment in emacs. You
can get information about it at http://www.common-lisp.net/project/slime/

I do have working code to record source information and patches to work in
slime. I will get around to distributing it - working on setting myself up a
web site.

For best debugging you may want to (proclaim '(optimize (debug 3) (speed 0)
(safety 3)) - it will slow down execution but maybe speed development.

-Alan

> From: Anders Conradi <beque at telia.com>
> Date: Sun, 1 Feb 2004 14:22:24 +0100
> To: openmcl-devel at clozure.com
> Subject: [Openmcl-devel] How do I use the debugger
> 
> Hi,
> 
> This weekend I have tried to work on a hobby project in lisp. The
> problem is that I can't seem to figure out how to use the debugger.
> 
> How do I add breakpoints?
> How do I get information about which line in the code it was that
> caused an error? I would also like to be able to walk up and down the
> stack to see where I came from, i.e. see which line called the
> offending function, and view local variables. How is this done?
> 
> Thanks in advance for any help,
> 
> //Anders
> 
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
> 




This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged.  This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender.  Thank you.




More information about the Openmcl-devel mailing list