How do I compile Maxima with debugging information?
Subject: How do I compile Maxima with debugging information?
From: Stavros Macrakis
Date: Thu, 9 Oct 2003 18:43:31 -0400
> If you want to see what is going on in specasep, I suggest you do the
> following:
> 1. put the function definition (defun specasep .....) in a separate
file....
Be sure also to copy any declarations that might affect your function
definition. Unlike the old days (Maclisp etc.), the semantics of
interpreted code in Common Lisp *can* depend on declarations.
And there are mysterious cases where it doesn't act the same even after
I've included declarations. I have not tracked that down.... You can
tell I'm not a CL specialist....
-s
PS I look forward to seeing any of you going to the Lisp conference in
New York next week.