Abdelrazak Younes wrote:
> Maybe the problem is elsewhere before and the crash here is just because
> lyxerr uses the standard output. I guess this earlier problem corrupted
> your memory somewhat.

Probably.

> >> I forgot the gdb command
> >> that permits to watch a variable but you certainly know this, don't you?
> >
> > print, I think. But I don't know how to use that.
>
>  From my memory: "print work_area_" or "p work_area_" to get the pointer
> value and "p *work_area_" to get the memory contents. This is easier and
> faster that using debug statements ;-)

Yes, but "print work_area_" gives me 
        No symbol "work_area_" in current context.

How do I specifiy this?

Jürgen

Reply via email to