I'm experiencing some freezes in terminal buffers. It's usually occurs in gdb or other cmdline software with REPL/interactions. I didn't experience in the actual shell (bash) but too soon to say.
I didn't experience this in older versions, only recent ones. Hard to trace since I can't easily reproduce but would appreciate help on how to debug.
Technical information (please complete the following information):
OS: Linux
Neovim version: v0.4.3
Neovim-Gtk build version: v0.2.0-45-g6b0687d
I need some information/guide on how to trace this. For example, neovim has a verbose mode with -V but this is the version argument in neovim-gtk. Shouldn't neovim-gtk follow the neovim argparse conventions!?
Describe the bug
I'm experiencing some freezes in terminal buffers. It's usually occurs in gdb or other cmdline software with REPL/interactions. I didn't experience in the actual shell (bash) but too soon to say.
I didn't experience this in older versions, only recent ones. Hard to trace since I can't easily reproduce but would appreciate help on how to debug.
Technical information (please complete the following information):
I need some information/guide on how to trace this. For example, neovim has a verbose mode with
-V
but this is the version argument in neovim-gtk. Shouldn't neovim-gtk follow the neovim argparse conventions!?