NeoDebug icon indicating copy to clipboard operation
NeoDebug copied to clipboard

NeoDebug - Vim plugin for interface to gdb from Vim

Results 7 NeoDebug issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/53851524/160283162-e090678b-4c63-4033-af6c-b49a3da2913f.png) 设置了以后窗口很尴尬,但实在不好意思我找不到哪里可以设置窗口大小

Can you give a path to handle. Set which library code is not displayed

看了下你的实现,用的是一个普通的buffer接受输入,稳定性是问题 不如考虑内置的termdebug实现方式,参考vim 8.1 内置的,我觉得这种方案非常稳定 另外,那些命令最好加个前缀,这样执行的时候,方便缩小补全返回

Thank you for useful neovim plugin. When I debug it, it cost a lot of time to show __Locals__. Now I use CloseLocals to prevent it. But I want to...