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

Help: trying to debug ncurses program #32

Open
doronbehar opened this issue Apr 28, 2019 · 0 comments
Open

Help: trying to debug ncurses program #32

doronbehar opened this issue Apr 28, 2019 · 0 comments

Comments

@doronbehar
Copy link

Hey,

I'm trying to debug https://github.com/gokcehan/lf and I was hoping I could get some help here. It feels though as if there is a bug in vim-delve but I'm not experienced enough in bare dlv so I'm not sure.

Using Neovim, I open a source file in one split and in another I open a Neovim's :terminal in which I run dlv --headless. It looks like that:

Alacritty:2019 04 28-22:49:53

The problem is, that when dlv --headless --listen localhost:1956 debug . is running, executing in Neovim :DlvConnect localhost:1956 seems to be making the other dlv process receive a continue command. If I don't have any breakpoints set, the debugger prompt is not usable while the debugged program is running.

Unsurprisingly, this doesn't happen when I run in a different terminal dlv connect localhost:1956.

Is this automatic continue behaviour intentional?

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

1 participant