Package org.eclipse.jdt.debug.eval

Examples of org.eclipse.jdt.debug.eval.IAstEvaluationEngine.evaluateExpression()


              getMessages(expression));
          return SUSPEND;
        }
        Object lock = listener.getLock();
        synchronized (lock) {
          engine.evaluateExpression(expression, frame, listener,
              DebugEvent.EVALUATION_IMPLICIT, false);
          // TODO: timeout?
          try {
            lock.wait();
          } catch (InterruptedException e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.