public StopPlace jumpToLine()

in src/com/jetbrains/clion/bugeater/debugger/BugEaterDriver.java [211:214]


    public StopPlace jumpToLine(@NotNull LLThread thread, @NotNull String path, int line, boolean canLeaveFunction) throws ExecutionException, DebuggerCommandException {
        throw new DebuggerCommandException(String.format("Can't resolve address for line %s:%d", path, line));
        //todo
    }