Providing terminal input? (nvim-dap
for python)
#1450
Unanswered
ArchieLinux
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Newbie here. Perhaps this is an easy question for those in the know... but I'm drawing blanks after lots of searching + hands-on exploration:
As I gain proficiency using my
lazyvim
setup, whenever debugging using nvim-dap for python, almost everything runs beautifully. Except when my code stops upon reaching aninput()
call, I cannot figure out where or how to respond with an input entry. Withinnvim-dap-ui
I clearly see what looks like terminal output displayed - but it's not responsive.In short: The debugging stops awaiting my input, but I cannot continue thereafter.
[If I run the same code directly from within a terminal (i.e., not within nvim-dap debugger), the input request is evident in the terminal and I can provide input and continue. But of course then I cannot use all of those valuable features of the debugger within nvim.]
What might I be missing? Is this even possible with
nvim-dap-ui
?EDIT: BTW, I've tried to make proper sense of a post here, but am not grasping what I actually need to do:
nvim-dap/doc/dap.txt
Lines 549 to 602 in d17d1bb
Beta Was this translation helpful? Give feedback.
All reactions