[lazarus] Display option problem..

Jesus Reyes jesusrmx at yahoo.com.mx
Sat Aug 2 14:53:44 EDT 2003


 --- Marc Weustink <marc at dommelstein.net> escribió: > At 12:00
2-8-2003 -0500, Jesus Reyes wrote:
> 
> >Hi Marc, I've found some problems:
> >
> >Environment constructs like this:
> >
> >mc=() {  mkdir -p $HOME/.mc/tmp 2>/dev/null;
> >  chmod 700 $HOME/.mc/tmp;
> >  MC=$HOME/.mc/tmp/mc-$$;
> >  /usr/bin/mc -P "$@" >"$MC";
> >  cd "`cat $MC`";
> >  rm -i -f "$MC";
> >  unset MC
> >}
> >
> >confuse the debugger, here is the output mixed with other valid
> ones:
> 
> Hmmm.. have to check this.
> 
> 

It's working now!, however I need to add a mc="" in Environment user
overrides otherway the problem persist:

TCmdLineDebugger.SendCmdLn "info program"
[Debugger] Target PID: 0
[TDebugManager.OnDebuggerChangeState] state: dsError
Ooops, the debugger entered the error state
 
> >One question: why is the debug
> >process running between application runs?.
> 
> Why not ?
> 
> The idea was that firing up gdb once would gain some time .
> 

Now that it's working I don't see why not ;), however before your
fixes, it occured to me that the environment handling would be much
easier ;).

by the way another question: are you planning to add a debug console,
so the user can 'talk' to the debugger? 

Thanks.

Jesus Reyes A.

ps. i

_________________________________________________________
Do You Yahoo!?
La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx






More information about the Lazarus mailing list