// are in handle* methods and they are not going to get their results
attachState.set(AttachState.DISCONNECTED);
browserTabImpl.handleEosFromToolService();
debugSession.getV8CommandProcessor().processEos();
DebugEventListener debugEventListener = getDebugEventListener();
if (debugEventListener != null) {
debugEventListener.disconnected();
}
}