-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
Error using repl with python (windows) #644
Comments
This is a bug in debugpy, see microsoft/debugpy#985 |
I set log level to trace and executed
I am not sure if this is the same bug. If I understand correctly you executed a print(None) which should result in a string ('None'). |
It's the same underlying problem. The
https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Evaluate |
I'm closing this here given that I don't indent to add a client side workaround. |
Just want to mention that the upstream fix from microsoft/debugpy#1063 is working. Installing the dev version with |
Debug adapter definition and debug configuration
Created a python env with
Configuration in nvim:
Vim version is 0.7.2. But i also tried a nightly build
nvim-dap is from latest master branch:
Debug adapter version
debugpy is 1.6.2, python is 3.10.4
Steps to Reproduce
print('hello')
Expected Result
hello should be printed in the buffer
Actual Result
Got an error message:
The text was updated successfully, but these errors were encountered: