mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 10:50:39 +02:00
* Peter's debug code commented
This commit is contained in:
parent
6a0bac2ea2
commit
38575e17a0
@ -397,8 +397,8 @@ begin
|
|||||||
if Desktop^.ExecView(D)=cmOK then
|
if Desktop^.ExecView(D)=cmOK then
|
||||||
begin
|
begin
|
||||||
DebugInfoSwitches^.SetCurrSel(RB^.Value);
|
DebugInfoSwitches^.SetCurrSel(RB^.Value);
|
||||||
Writeln(':',CB^.Value,':');
|
{Writeln(':',CB^.Value,':');
|
||||||
readln;
|
readln;}
|
||||||
if CB^.Value = 3 then
|
if CB^.Value = 3 then
|
||||||
I := 1
|
I := 1
|
||||||
else
|
else
|
||||||
@ -724,7 +724,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.14 1999-02-16 10:43:56 peter
|
Revision 1.15 1999-02-16 17:15:28 pierre
|
||||||
|
* Peter's debug code commented
|
||||||
|
|
||||||
|
Revision 1.14 1999/02/16 10:43:56 peter
|
||||||
* use -dGDB for the compiler
|
* use -dGDB for the compiler
|
||||||
* only use gdb_file when -dDEBUG is used
|
* only use gdb_file when -dDEBUG is used
|
||||||
* profiler switch is now a toggle instead of radiobutton
|
* profiler switch is now a toggle instead of radiobutton
|
||||||
|
Loading…
Reference in New Issue
Block a user