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

Hang on showremotecontext #23

Open
albfan opened this issue Sep 19, 2015 · 0 comments
Open

Hang on showremotecontext #23

albfan opened this issue Sep 19, 2015 · 0 comments

Comments

@albfan
Copy link
Owner

albfan commented Sep 19, 2015

https://github.com/albfan/vim-breakpts/blob/master/autoload/breakpts.vim#L1304

WaitForDbgPrompt() is at least a scary function, prone to hang. :BPDNext in last line of debugging functions many times arises a hang. You can solve with "Ctrl-C" but is annoying.

Consider using;

http://vimdoc.sourceforge.net/htmldoc/autocmd.html#RemoteReply
http://vimdoc.sourceforge.net/htmldoc/eval.html#server2client()

to wait for reply asynchronously

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