lebr0nli/GEP

Smarter tab completion for breakpoints

Opened this issue · 0 comments

Vanilla GDB's autocompletion can't complete breakpoint numbers when the buffer contains commands like disable<SPACE> or enable<SPACE>.
It would be nice if we could complete the breakpoint numbers and preview the breakpoint info with fzf when hitting the tab key.