epheien / termdbg

Terminal debugger for vim
MIT License
25 stars 5 forks source link

'i' being entered on lldb prompt after some actions #1

Closed minego closed 4 years ago

minego commented 4 years ago

I just found this plugin and am loving it. I am having one small issue though where typing some commands in the lldb console works but then an 'i' is inserted.

If I switch to the debugger window and type 'n' then it does the action I expect, but then an i is inserted and I have to hit backspace before entering my next command.

minego commented 4 years ago

I found a work around by commenting out this line: call feedkeys('i', 'n')

I don't see what that line is trying to do, but with it commented out I haven't noticed any problems.

epheien commented 4 years ago

I think you use vim, not nvim. This just a bug for vim and now is fixed, please update to latest commit.

minego commented 4 years ago

Thank you!

On Thu, Apr 9, 2020, 9:20 PM Epheien notifications@github.com wrote:

I think you use vim, not nvim. This just a bug for vim and now is fixed, please update to latest commit.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/epheien/termdbg/issues/1#issuecomment-611858207, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADSRCAK5VWOH3ZUJL2UH4TRL2F7PANCNFSM4ME4FZWA .