mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 23:43:47 +02:00
DBG: Fix a problem in DBG_WITH_GDB_WATCHES
git-svn-id: trunk@39140 -
This commit is contained in:
parent
c1c6c9ec53
commit
a4d154fe15
@ -12857,7 +12857,7 @@ begin
|
||||
Result := Result and (R.State <> dsError);
|
||||
if (not Result) then begin
|
||||
ParseLastError;
|
||||
exit;
|
||||
exit(True);
|
||||
end;
|
||||
FValidity := ddsValid;
|
||||
FTextValue := UnEscapeBackslashed(R.Values, [uefNewLine, uefTab], 3);
|
||||
|
Loading…
Reference in New Issue
Block a user