FpDebugger (pure): watches error checking

git-svn-id: trunk@44920 -
This commit is contained in:
martin 2014-05-05 03:06:28 +00:00
parent 60aa4dd2fc
commit 9056ee62b2

View File

@ -662,6 +662,7 @@ begin
APasExpr := TFpPascalExpression.Create(AWatchValue.Expression, AContext);
try
APasExpr.ResultValue; // trigger full validation
if not APasExpr.Valid then
begin
AWatchValue.Value := ErrorHandler.ErrorAsString(APasExpr.Error);