From b2b961ec13874362d66ca538d5b7c49a72cdf227 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 17:10:51 +0000 Subject: [PATCH] Display result object if it is a predicate being evaluted date 2000.03.23.20.33.00; author rmoore1; state Exp; --- source/components/dispatcher/dswexec.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/components/dispatcher/dswexec.c b/source/components/dispatcher/dswexec.c index d4259ae1a..e7c149995 100644 --- a/source/components/dispatcher/dswexec.c +++ b/source/components/dispatcher/dswexec.c @@ -656,6 +656,10 @@ PsxExecEndOp ( DEBUG_PRINT (TRACE_EXEC, ("ExecEndOp: Completed a predicate eval=%X Op=%X\n", WalkState->ControlState->Predicate, Op)); + /* Break to debugger to display result */ + + DEBUG_EXEC (DbDisplayResultObject (ObjDesc)); + /* Delete the predicate result object (we know that we don't need it anymore) and cleanup the stack */ CmDeleteInternalObject (ObjDesc);