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
This is possible with a little effort. The current gdb and vim setup only supports one way communication, from gdb to vim. You can however also send commands to gdb using the gdb python interface. Al one needs to do is bind vim keys to execute this python code while passing line information in case of breakpoints for instance. I'll look into it.
Hi,
thanks for your work, I really like it.
Do you see a simple way to enable breakpoint setting in vim?
Thanks a lot
The text was updated successfully, but these errors were encountered: