The formatting code is borrowed from Eclipse JDT UI. @see org.eclipse.jdt.internal.debug.ui.JDIModelPresentation
112113114115116117118
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); }