-
|
I'm using LLVM's lldb-dap to debug a c++ programme, which requires user interaction via stdin. The nvim-dap-view console is showing "No terminal for the current session" on startup. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hey,
It actually is!! As a sanity check, you can notice that a terminal will not be spawned if you remove nvim-dap-view and use only nvim-dap directly.
Just a heads-up: from my personal experience, |
Beta Was this translation helpful? Give feedback.
Hey,
It actually is!! As a sanity check, you can notice that a terminal will not be spawned if you remove nvim-dap-view and use only nvim-dap directly.
lldb-dapis a bit quirk in this regard. See the wiki here. You have to enablerunInTerminalto achieve this behavior (which, according to the wiki, may have "security implications", at least on Linux).Just a heads-up: from my personal experience,
lldb-dapisn't that great. I no longer use C++, but back in the day I was a happy user of codelldb.