mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 06:59:21 +02:00
Merged revision(s) 56958 #5a62be57d3 from trunk:
Debugger, GDBMI: fix detecting watchpoint errors ........ git-svn-id: branches/fixes_1_8@57032 -
This commit is contained in:
parent
06d877be28
commit
64b21ab11c
@ -2748,7 +2748,7 @@ begin
|
|||||||
if (i2 > 0) and ( (i2 < i) or (i < 1) )
|
if (i2 > 0) and ( (i2 < i) or (i < 1) )
|
||||||
then begin
|
then begin
|
||||||
i := i2;
|
i := i2;
|
||||||
j := i + length(BreaKErrMsg);
|
j := i + length(WatchErrMsg);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if i <= 0 then exit;
|
if i <= 0 then exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user