Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating Breakpoints in vim #1

Open
m42e opened this issue Apr 6, 2018 · 1 comment
Open

Creating Breakpoints in vim #1

m42e opened this issue Apr 6, 2018 · 1 comment

Comments

@m42e
Copy link

m42e commented Apr 6, 2018

Hi,

thanks for your work, I really like it.
Do you see a simple way to enable breakpoint setting in vim?

Thanks a lot

@gisodal
Copy link
Owner

gisodal commented Apr 25, 2018

Hi,

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.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants