public StopPlace jumpToAddress()

in src/com/jetbrains/clion/bugeater/debugger/BugEaterDriver.java [221:224]


    public StopPlace jumpToAddress(@NotNull LLThread thread, @NotNull Address address, boolean canLeaveFunction) throws ExecutionException, DebuggerCommandException {
        throw new DebuggerCommandException(String.format("Can't jump to address %s", address));
        //todo
    }