Interface IWatchExpressionDelegateExtension


  • public interface IWatchExpressionDelegateExtension
    Special extension for IWatchExpressionDelegate with possibility to create IEvaluationRequest for computing value for IWatchExpression
    • Method Detail

      • createEvaluationRequest

        IEvaluationRequest createEvaluationRequest​(String expression,
                                                   IBslStackFrame stackFrame,
                                                   org.eclipse.debug.core.model.IWatchExpressionListener listener)
        Creates IEvaluationRequest for computing expression in debug
        Parameters:
        expression - computing expression, cannot be null
        stackFrame - actual IBslStackFrame for computing expression value, cannot be null
        listener - IWatchExpressionListener for updating IWatchExpression after computation, cannot be null
        Returns:
        IEvaluationRequest for computing expression in debug, cannot be null