From: Thomas Guettler
Subject: Debugging with Allegro Lisp
Date: 
Message-ID: <3D29A19E.50308@thomas-guettler.de>
Hi again!

I get the following error:

"Error: Argument NIL was not a structure in
CG::Set-Menu-Item-Field"

I can choose between "Invoke selected restart",
"Enter Debugger" and "Abort"

Enter Debugger sound good, it shows me a stracktrace like this:

Debugger
#<function 0 #NUMBER>
#<function 0 #NUMBER>
#<function 0 #NUMBER>
ACL:...
ERROR
...

How can I get the line number where the error occured?

How can I get the function name and the file it is defined in
by #NUMBER?


Version: Antique Allegro Lisp 3.0.2

thomas