Skip to content
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

Closed
karthiknadig opened this issue Apr 9, 2020 · 2 comments
Closed

Clipboard context value for the "evaluate" request #110

karthiknadig opened this issue Apr 9, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@karthiknadig
Copy link
Member

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 value clipboard has been added to the value set for the context argument that is passed to the evaluate request. To ensure backward compatibility, a client is only allowed to pass the new value if the debug adapter returns a supportsClipboardContext capability.

@karthiknadig karthiknadig added the enhancement New feature or request label Apr 14, 2020
@nmay231
Copy link

nmay231 commented Dec 5, 2020

Using str(value) in the variable watcher to prevent truncating the copied value is a bit annoying...

Implementing this feature would be much appreciated 😃

@fabioz
Copy link
Collaborator

fabioz commented Dec 5, 2020

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants