public AddBreakpointResult addAddressBreakpoint()

in src/com/jetbrains/clion/bugeater/debugger/BugEaterDriver.java [296:299]


    public AddBreakpointResult addAddressBreakpoint(@NotNull Address address, @Nullable String condition) throws ExecutionException, DebuggerCommandException {
        throw new DebuggerCommandException(String.format("Can't set a breakpoint at %s", address));
        //todo
    }