DBG: Fix a problem in DBG_WITH_GDB_WATCHES

git-svn-id: trunk@39140 -
This commit is contained in:
martin 2012-10-19 08:53:09 +00:00
parent c1c6c9ec53
commit a4d154fe15

View File

@ -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);