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:
maxim 2018-01-09 22:30:55 +00:00
parent 06d877be28
commit 64b21ab11c

View File

@ -2748,7 +2748,7 @@ begin
if (i2 > 0) and ( (i2 < i) or (i < 1) )
then begin
i := i2;
j := i + length(BreaKErrMsg);
j := i + length(WatchErrMsg);
end;
if i <= 0 then exit;