-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
No known way to have multiline expressions in dap repl #665
Labels
Comments
I think this is a limitation of the prompt buffer type in neovim. As an alternative you could use the |
mfussenegger
added a commit
that referenced
this issue
Jun 2, 2024
Creates a new window with a `dap-eval://` scratch buffer Supports range mode to pre-fill it with the selected content. Supports bang to immediately evaluate the content This is a variant addressing #665
Merged
mfussenegger
added a commit
that referenced
this issue
Jun 2, 2024
Creates a new window with a `dap-eval://` scratch buffer Supports range mode to pre-fill it with the selected content. Supports bang to immediately evaluate the content This is a variant addressing #665
mfussenegger
added a commit
that referenced
this issue
Jun 2, 2024
Creates a new window with a `dap-eval://` scratch buffer Supports range mode to pre-fill it with the selected content. Supports bang to immediately evaluate the content This is a variant addressing #665
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Debug adapter definition and debug configuration
No response
Debug adapter version
No response
Steps to Reproduce
Open DAP repl in python project
Expected Result
Was attempting to run this python code in the repl
Actual Result
After typing the first line, I can't find a way to insert further text without running line 1, which gives a syntax error.
The text was updated successfully, but these errors were encountered: