@Override
 public String evaluate(String script) throws IOException {
   return debugger.evaluate(script);
 }