From 9056ee62b253650d4f7de81d42d3e155e6898ca0 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 5 May 2014 03:06:28 +0000 Subject: [PATCH] FpDebugger (pure): watches error checking git-svn-id: trunk@44920 - --- components/lazdebuggers/lazdebuggerfp/fpdebugdebugger.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/components/lazdebuggers/lazdebuggerfp/fpdebugdebugger.pas b/components/lazdebuggers/lazdebuggerfp/fpdebugdebugger.pas index 5b41702b1c..a31a2d65b9 100644 --- a/components/lazdebuggers/lazdebuggerfp/fpdebugdebugger.pas +++ b/components/lazdebuggers/lazdebuggerfp/fpdebugdebugger.pas @@ -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);