Display result object if it is a predicate being evaluted

date	2000.03.23.20.33.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:10:51 +00:00
parent 51f2813e29
commit b2b961ec13

View File

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