-
I have done configuring nvim-dap for lldb-vscode adapter thanks to help from ochsavidare but now I am not able to enter the input for my c++ programm, does anyone know how to do it, also when I try to enter input into DAP Console it says "Cannot make changes, 'modifiable' is off. ![]() Here is the link to my neovim config : https://github.com/BillyData/neovimconfig |
Beta Was this translation helpful? Give feedback.
Answered by
BillyData
Oct 13, 2023
Replies: 1 comment
-
Sorry it is my fault, just change runInTerminal = true in nvim-dap.lua and I can input the argument |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BillyData
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry it is my fault, just change runInTerminal = true in nvim-dap.lua and I can input the argument