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.
DAP clients (frontends) use the
evaluaterequest when copying variable and expression values to the clipboard. To help debug adapters detect this scenario, a new valueclipboardhas been added to the value set for thecontextargument that is passed to theevaluaterequest. To ensure backward compatibility, a client is only allowed to pass the new value if the debug adapter returns asupportsClipboardContextcapability.