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