To: discussions about usage and development of dia <dia-list gnome org>
Subject: Re: gdb with Dia
Date: Mon, 11 Oct 2004 14:55:15 +0200
On Mon, 11 Oct 2004 21:59:08 +1000, Le phan Anh
<phanl csse monash edu au> wrote:
> Hi,
>
> I am working on the CVS version of Dia, so the Dia gets started from
> app/run.sh.
>
> Just wondering how to run Dia under gdb? Thankx
export DEBUGGER=gdb
app/run_dia.sh
It may require to be run without the debugger once just after
recompiling. This can be done in a separate shell, so you don't have
to unset DEBUGGER.
Is there a problem in Dia as such you're working on, or are you
working on an extension?
-Lars