[Ecls-list] Preparing patch 9.12.2
Juan Jose Garcia-Ripoll
juanjose.garciaripoll at googlemail.com
Wed Dec 2 19:37:53 UTC 2009
Another one
- The debugger did not print the package names of inspected variables.
> (make-package :my-package)
> (in-package :my-package)
MY-PACKAGE> (defun foo (x) (cos x))
MY-PACKAGE> (in-package :cl-test)
> (my-package::foo 'a)
In function COS, the value of argument is
A
which is not of expected type NUMBER
Available restarts:
1. (USE-VALUE) Supply a new value of type NUMBER.
2. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
Broken at MY-PACKAGE::FOO.
File: #P"/Users/jjgarcia/src/ecl/build/foo.lsp" (Position #62)
>> :b
Backtrace:
> MY-PACKAGE::FOO
> si:bytecodes [Evaluation of: (my-package::foo 'a)]
> si:bytecodes [Evaluation of: (si:top-level)]
>> :v
Local variables:
MY-PACKAGE::X: A
>> :q
Top level.
--
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
More information about the ecl-devel
mailing list