How to get nvim-dap to attach to debugpy on continue()? #1489
Unanswered
dusktreader
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to configure
nvim-dap
to attach to a running debugpy instance when thecontinue()
function is called. However, it seems to be ignoring mydap.configurations.python
altogether.Config looks like this:
But, when I run:
:lua require('dap').continue()
, I am immediately prompted for a configuration. I then have to selectattach
and then provide the host and port.I really want this to work with one command triggered by a keymap. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions