public List<Variable> getLocalVariables() throws IOException {
   return debugger.getLocalVariables();
 }