BUG 50345

Amilcar Lucas amilcar at ida.ing.tu-bs.de
Sat Apr 5 03:52:05 UTC 2003


I'll take a look at it. Sorry it was my bug. I'll solve it.

Thanks for fixing, when I finish the corrections I'll close the bug report.
Amilcar

PS. Regarding the modify button, are there any volunteers out there?


----- Original Message -----
From: "jbb" <jbb at kdevelop.org>
To: <kdevelop-devel at kdevelop.org>
Sent: Saturday, April 05, 2003 12:07 AM
Subject: Re: BUG 50345


> Hi,
>
> I've fixed the enviroment variable setting. But there is a bug...
>
>     DomUtil::PairList envvars =
>         DomUtil::readPairListEntry(dom, "/kdevautoproject/run/envvars",
>                                         "envvar", "name", "value");
>
> This will only work for autoprojects. Debugging for other project types
(ie
> custom project) needs
>
>     DomUtil::PairList envvars =
>         DomUtil::readPairListEntry(dom, "/kdevcustomproject/run/envvars",
>                                         "envvar", "name", "value");
>
> How do we obtain this value?
>
> Also the run options envirnoment settings only have "Add" and "Remove".
> "Modify" should also be there. Anybody...?
>
> jbb
>
>
> On Fri, 04 Apr 2003 03:00, Amilcar do Carmo Lucas wrote:
> > Hi all!
> >
> > I recently committed a little change to gdbcontroller.cpp line 1157 to
> > 1170 that make it easy for you to add
> > environment variables to the debugged application.
> > The goal is to help fix: http://bugs.kde.org/show_bug.cgi?id=50345
> > I didn't touch the rest of the debugger code because I messed up the
> > last time I touched the debugger :) .
> >
> > I sent this mail to John Birch (the debugger maintainer) but it bounced
> > back, so this time I'm sending it to the entire list.
> >
> > I got some feedback from Oswald Buddenhagen and did a small fix to the
> > first patch. But still didn't fixed it
> >
> > Please take a look at it and fix it.
> >
> > Thanks,
>
>
> _______________________________________________
> Kdevelop-devel mailing list
> Kdevelop-devel at barney.cs.uni-potsdam.de
> http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>






More information about the KDevelop-devel mailing list