public StandaloneVmImpl(SocketConnection connection, Handshaker.StandaloneV8 handshaker) {
this.connection = connection;
this.handshaker = handshaker;
V8CommandOutputImpl v8CommandOutput = new V8CommandOutputImpl(connection);
this.debugSession = new DebugSession(sessionManager, CONTEXT_FILTER, v8CommandOutput, this);
}