Browse Source

* change target menu name if target changed to become debug-able

pierre 24 years ago
parent
commit
d734d815ed
1 changed files with 5 additions and 1 deletions
  1. 5 1
      ide/fpdebug.pas

+ 5 - 1
ide/fpdebug.pas

@@ -3753,6 +3753,7 @@ begin
          TargetSwitches^.SetCurrSelParam({$ifdef COMPILER_1_0}source_os{$else}source_info{$endif}.shortname);
          TargetSwitches^.SetCurrSelParam({$ifdef COMPILER_1_0}source_os{$else}source_info{$endif}.shortname);
          If DebugInfoSwitches^.GetCurrSelParam='-' then
          If DebugInfoSwitches^.GetCurrSelParam='-' then
            DebugInfoSwitches^.SetCurrSelParam('l');
            DebugInfoSwitches^.SetCurrSelParam('l');
+         IDEApp.UpdateTarget;
        end;
        end;
     end;
     end;
   if not NeedRecompileExe then
   if not NeedRecompileExe then
@@ -3954,7 +3955,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.7  2001-11-07 00:28:52  pierre
+  Revision 1.8  2001-11-10 00:11:45  pierre
+   * change target menu name if target changed to become debug-able
+
+  Revision 1.7  2001/11/07 00:28:52  pierre
    + Disassembly window made public
    + Disassembly window made public
 
 
   Revision 1.6  2001/10/14 14:16:06  peter
   Revision 1.6  2001/10/14 14:16:06  peter