Browse Source

* fixed wrong exit without unlock

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

+ 5 - 1
ide/fpdebug.pas

@@ -1020,6 +1020,7 @@ begin
       ExitFrame:=GetPointerAt(GetFramePointer+ThirdArgOffset);
       if (ExitCode=0) and (ExitAddr=0) then
         begin
+          Desktop^.Unlock;
           Command('continue');
           exit;
         end;
@@ -4055,7 +4056,10 @@ end.
 
 {
   $Log$
-  Revision 1.13  2002-04-02 13:23:54  pierre
+  Revision 1.14  2002-04-02 15:09:38  pierre
+   * fixed wrong exit without unlock
+
+  Revision 1.13  2002/04/02 13:23:54  pierre
    * Use StrToCard and HexToCard functions to avoid signed/unsigned overflows
 
   Revision 1.12  2002/04/02 12:20:58  pierre