I'll fix this one, however my plan is to try and move this stuff to the
picolisp wiki so that anyone can fix anything.


On Sun, Apr 25, 2010 at 5:01 PM, Alexander Burger <a...@software-lab.de>wrote:

> Hi Henrik,
>
> just a minor detail: In
>
>   http://www.prodevtips.com/2008/03/29/registers-and-quoting-in-pico-lisp
>
> you mention to start the system as
>
>   ./p dbg.l
>
> This is the way it used to be. However, while this is not really wrong,
> the recommended way in the docu is now to use
>
>   ./dbg
>
> The reason is that 'dbg' switches on the '*Dbg' flag immediately, while
> the above case first loads the whole 'p' and then switches to debug
> mode. This results in all symbols loaded by 'p' having no debug info.
>
> For example,
>
>   (vi 'task)
>
> works only when started as ./dbg
>
> Cheers,
> - Alex
> --
> UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe
>

Reply via email to