}
String versionString = remoteInfo.getProtocolVersion();
// TODO(peter.rybin): check version here
if (versionString == null) {
throw new UnsupportedVersionException(null, null);
}
StandaloneVmImpl.this.savedRemoteInfo = remoteInfo;
StandaloneVmImpl.this.debugEventListener = listener;