فهرست منبع

* compilation of gdbcon.pp fixed after r29746

git-svn-id: trunk@29747 -
nickysn 10 سال پیش
والد
کامیت
186e86b353
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/gdbint/src/gdbcon.pp

+ 1 - 1
packages/gdbint/src/gdbcon.pp

@@ -326,7 +326,7 @@ begin
     wtRead:
       Command('rwatch ' + location);
   end;
-  BreakpointInsert:=Last_breakpoint_number;
+  WatchpointInsert:=Last_breakpoint_number;
 end;
 
 procedure TGDBController.SetTBreak(tbreakstring : string);