mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 03:09:11 +02:00
* avoid a problem if resetting debuggee redirection
This commit is contained in:
parent
fe24beb8e1
commit
dffa6620f1
@ -537,7 +537,7 @@ begin
|
|||||||
{ Run }
|
{ Run }
|
||||||
INIFile^.SetEntry(secRun,ieRunParameters,GetRunParameters);
|
INIFile^.SetEntry(secRun,ieRunParameters,GetRunParameters);
|
||||||
{$ifndef GABOR}
|
{$ifndef GABOR}
|
||||||
If DebuggeeTTY<>'' then
|
{ If DebuggeeTTY<>'' then }
|
||||||
INIFile^.SetEntry(secRun,ieDebuggeeRedir,DebuggeeTTY);
|
INIFile^.SetEntry(secRun,ieDebuggeeRedir,DebuggeeTTY);
|
||||||
{$endif}
|
{$endif}
|
||||||
{ Compile }
|
{ Compile }
|
||||||
@ -622,7 +622,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2001-08-12 00:04:50 pierre
|
Revision 1.4 2002-04-02 14:06:50 pierre
|
||||||
|
* avoid a problem if resetting debuggee redirection
|
||||||
|
|
||||||
|
Revision 1.3 2001/08/12 00:04:50 pierre
|
||||||
* some speed improvements for string operations
|
* some speed improvements for string operations
|
||||||
|
|
||||||
Revision 1.2 2001/08/05 02:01:48 peter
|
Revision 1.2 2001/08/05 02:01:48 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user