protected boolean doExit()

in src/com/jetbrains/clion/bugeater/debugger/BugEaterDriver.java [199:204]


    protected boolean doExit() throws ExecutionException {
        /* This handleXXX methods supposed to be called asynchronously, when actual debugger is stopped */
        handleExited(0);
        //todo
        return true;
    }