* @param command
*/
public void executeCommand(String command) {
AbstractDebugTarget target = frame.getTarget();
String locator = getLocator(frame.getThreadId(), frame.getId(), "EVALUATE", command);
AbstractDebuggerCommand cmd = new EvaluateConsoleExpressionCommand(target, locator,
new ICommandResponseListener() {
public void commandComplete(AbstractDebuggerCommand cmd) {
frame.forceGetNewVariables();
EvaluateDebugConsoleExpression.this.commandComplete(cmd);