protected boolean destroyImpl()

in src/com/jetbrains/clion/bugeater/debugger/BugEaterDriver.java [508:512]


        protected boolean destroyImpl() throws ExecutionException {
            //todo These methods are supposed to be called asynchronously when actual debugger is disconnected
            handleDisconnected();
            return true;
        }