this.runtime = new DynJS(dynjsConfig);
this.runner = this.runtime.newRunner(config.getDebug());
if (config.getDebug()) {
DebuggerAgent agent = new DebuggerAgent(this.runner.getDebugger(), this.getEventLoop().getEventLoopGroup(), getConfiguration().getDebugPort());
}
}