this.port = port;
this.id = project.getName() + " - " + host + ":" + port;
this.vimClient = new VimClient(vimInstanceId);
this.threadCtx = new ThreadContext();
this.threadView = new ThreadView(threadCtx);
this.varView = new VariableView(threadCtx);
}