[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debugging in PCL
- To: thoms@caen.engin.umich.edu (Dale E Thoms)
- Subject: Re: Debugging in PCL
- From: kempf@Sun.COM
- Date: Mon, 14 Nov 88 08:04:19 PST
- Cc: CommonLoops.pa@Xerox.COM
- In-reply-to: Your message of Sun, 13 Nov 88 23:08:41 -0500. <3fa748ddd.000b179@caen.engin.umich.edu>
- Redistributed: commonloops.pa
I have written some code to enhance the Sun Symbolic Programming Environment
(SPE) 1.0 to support debugging CLOS. This includes source finding (Meta-.)
browsing of CLOS instances, class browser, integration with the window
debugger, etc. The name of the environment is Clos du Soleil, and it
is available free to people using SPE.
The code is specific to SPE, since it depends heavily on the application
framework used to build SPE, which was not written in CLOS, and so it
is not portable to other Lisps. Currently, SPE 1.0 is available running
on Lucid Common Lisp 2.1.3, and I intend to port it to 3.0 eventually.
If you are interested, send me e-mail and I'll put you in touch with
someone who can help you.
jak