-
Notifications
You must be signed in to change notification settings - Fork 38
Error: The selected configuration references adapter nil
, but dap.adapters.nil is undefined
#37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm also having this issue |
Had the same issue. The problem is that the launch configuration is incorrectly typed. In any case, the bad configuration is this
Thats' one curly too much :-) The correct one is this
|
What works for me is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Just set this up and have been debugging it for a couple of hours now to no avail.
Every time I run
:lua require('dap').continue
with the config down below, I get the message in the title.The configuration seems to load, but the adapter does not seem to be registered.
The following is my config. Tried with a different couple of setups just to get this started, but none seems to cooperate. Have tried on both
.js
and.tsx
files.Does anyone see something out of place, or know why none of the adapters from this plugin seems to be setup?
My neovim config is available here if anyone is interested into looking deeper into the problem.
The text was updated successfully, but these errors were encountered: