On 1 September 2010 17:59, Helmut Eller heller@common-lisp.net wrote:
CL-USER> (load "/home/ryan/breaktest.lisp")
When loading the fasl file (load (compile-file "...breaktest.lisp")) the debugger is not so confused.
The warning comes from swank-sbcl.lisp because the sb-di::code-location-toplevel-form-offset always returns 0 which seems like a SBCL bug.
Well, let's say a missing feature: source locations are currently not available for code loaded as source.
Cheers,
-- Nikodemus