You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isn't this nvim-dap specific issue (NOT nvim-dap-ui) ? nvim-dap-ui uses console and repl provided by nvim-dap Do you have minimal reproduction steps?
I know where the problem is. I set the vim.opt.splitbelow=true and vim.opt.splitright=true, which makes the nvim-dap-ui console do not act as expected. After I cancelled these settings, It works fine.
But when I use nvim-dap console by setting dap.defaults.fallback.terminal_win_cmd = "10vsplit new", It works fine with the setting vim.opt.splitbelow=true and vim.opt.splitright=true.
When debuging some programs which need inputs, I have to switch to dap console and input args.
But there is no way to exit dap console. The dap console captures every key I input.
When I just use the dap plugins, after I input args and press the "enter" key, the dap console loose focus imediately.
I would appreciate it if someone could help me with this.
The text was updated successfully, but these errors were encountered: