new XDebugWatchExpressionDelegate().evaluateExpression(expression,
stackFrame, watchExpressionListener);
} else if (stackFrame instanceof PHPStackFrame) {
new PHPWatchExpressionDelegate().evaluateExpression(expression,
stackFrame, watchExpressionListener);
}
}