-
Notifications
You must be signed in to change notification settings - Fork 137
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
Clipboard context value for the "evaluate" request #110
Labels
enhancement
New feature or request
Comments
Using Implementing this feature would be much appreciated 😃 |
As a note, this is already in my short-list of issues TODO, so, it should not take much longer for it to be implemented... |
fabioz
added a commit
to fabioz/debugpy
that referenced
this issue
Dec 11, 2020
fabioz
added a commit
to fabioz/debugpy
that referenced
this issue
Dec 11, 2020
fabioz
added a commit
to fabioz/debugpy
that referenced
this issue
Dec 11, 2020
fabioz
added a commit
to fabioz/debugpy
that referenced
this issue
Dec 12, 2020
fabioz
added a commit
to fabioz/debugpy
that referenced
this issue
Dec 12, 2020
fabioz
added a commit
to fabioz/debugpy
that referenced
this issue
Dec 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DAP clients (frontends) use the
evaluate
request when copying variable and expression values to the clipboard. To help debug adapters detect this scenario, a new valueclipboard
has been added to the value set for thecontext
argument that is passed to theevaluate
request. To ensure backward compatibility, a client is only allowed to pass the new value if the debug adapter returns asupportsClipboardContext
capability.The text was updated successfully, but these errors were encountered: