For context, I'm on neovim using nvim-dap.
When debugging in a c program, I'm getting the following error and the intergrated terminal does not work. This prevents any user input (i.e. from scanf)
Console is in 'commands' mode, prefix expressions with '?'.
Failed to redirect stdio to a terminal. (Could not find codelldb-launch)
Debuggee output will appear here.
On older versions (1.11.4), the intergrated terminal appears.
For context, I'm on neovim using nvim-dap.
When debugging in a c program, I'm getting the following error and the intergrated terminal does not work. This prevents any user input (i.e. from
scanf)On older versions (1.11.4), the intergrated terminal appears.