Closed sphynx79 closed 2 years ago
Based on the error logs in https://github.com/mfussenegger/nvim-dap/issues/254, it appears the problem is the variables
request with the empty body, represented as an empty array instead of an empty hash. I might be able to convert the value to avoid this particular error, but even given that change, I think the request is invalid according to the DAP specification.
Based on the error logs in mfussenegger/nvim-dap#254, it appears the problem is the
variables
request with the empty body, represented as an empty array instead of an empty hash. I might be able to convert the value to avoid this particular error, but even given that change, I think the request is invalid according to the DAP specification.
Agree that it is invalid according to the DAP specification. As far as I could tell the request isn't coming from nvim-dap itself, but must be coming from one of the extensions for it.
FWIW, I'm also getting this, but using:
b01b0be9a710cc7879e7cc53a40996be83fb88e4
I'm closing this as it was likely an issue with the neovim plugin. If problems persist, please feel free to open a new issue.
I try to use this gem with Neovim 5.0 in Windows 10 and dap-neovim, but when i try to use the repl o receive the following issues
Debug adapter definition and debug configuration
:gem install readapt
Debug adapter version
readapt 1.4.1
Steps to Reproduce
Set breakpoint Start Debugger Try print variable in repl
Expected Result
print variable in repl console
Actual Result
https://user-images.githubusercontent.com/5004160/126904844-d7840fd3-3a7f-4096-a296-3071189609e0.mp4