Neovim debugger for multi-threaded c++ application
I know nvim-dap client supports decent debugging for c++. But in a multi-threaded environment once it hits a break point in another thread, we aren’t able to start stepping in that thread. This is the only reason I have to use vscode for some cases. Is there any debug adapter client that can handle this scenario, cause most debug adapters do support it as far as I’m aware.
Why I’m not able to use neovim full time
I have a splendid view of Neovim. It is swift and gives me a perfect vibe. The only problem is LSP. I mostly use c/c++, python and Rust recently. Unfortunately, I was not able to get good LSP working!! For now, it is Vscode with Neovim extension! Which id slow.