protected void detachImpl()

in src/com/jetbrains/clion/bugeater/debugger/BugEaterDriver.java [502:505]


        protected void detachImpl() throws ExecutionException {
            //todo These methods are supposed to be called asynchronously when actual debugger is stopped
            handleDetached();
        }