You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Vanilla GDB's autocompletion can't complete breakpoint numbers when the buffer contains commands like
disable<SPACE>
orenable<SPACE>
.It would be nice if we could complete the breakpoint numbers and preview the breakpoint info with fzf when hitting the tab key.
The text was updated successfully, but these errors were encountered: