[lazarus] Display option problem..
Jesus Reyes
jesusrmx at yahoo.com.mx
Sat Aug 2 00:42:24 EDT 2003
----- Original Message -----
From: Marc Weustink <marc at dommelstein.net>
To: <lazarus at miraclec.com>
Sent: Friday, August 01, 2003 6:28 PM
Subject: Re: [lazarus] Display option problem..
> At 23:24 1-8-2003 +0200, I wrote:
> >At 16:17 1-8-2003 -0500, Jesus Reyes wrote:
> >
> >[snip]
> >
> >>It seems that when the Fdebugger creates the debugger process (the
> >>first time the program is about to run) the environment (FEnviroment)
> >>is empty (doRunProject->doInitProjectRun->doInitDebugger->
> >>fDebugger:=TgdbMiDebuger.create [0]) and this value is used in the
> >>CreateProcess call (deep into fDebugger.Init).
> >>
> >>After that the call
> >>Project1.RunParameterOptions.AssignEnvironmentTo(FDebugger.Environment);
> >>[1]
> >>tries to update the environment but it only assign to
> >>FDebugger.FEnviroment.
> >>
> >>It seems that this value (I can confirm that it is the wished
> >>environment) is never propagated?
> >
> >Hmm... makes sense. I'll fix that.
>
> Ok, I changed environment handling. Now the vars are directly passed to
the
> debuggee environment. The debugger itself has it's own environment (you
> currently cant modify it)
>
> Marc
>
I will test this next monday.
Thanks
Jesus Reyes A.
More information about the Lazarus
mailing list