@Override
 public void execute(@NotNull AbstractCommand command) {
   for (ProcessDebugger d : allDebuggers()) {
     d.execute(command);
   }
 }