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.
mfussenegger/nvim-dap doesn’t plan on providing this functionality atleast for the foreseeable future 🙁