You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by a new mandatory parameter in the latest VS Code:
evaluateName attribute mandatory for Add to Watch and Copy Value actions
VS Code previously tried to implement the Add to Watch and Copy Value actions by using the data from the VARIABLES view and a JavaScript-biased heuristic for building expressions that can be used with the evaluate request.
Since this approach does not work for all languages, we've introduced the evaluateName attribute for variables some time ago. It is now mandatory for debug adapters to support the evaluateName attribute if they want that Add to Watch and Copy Value actions work properly.
For some reason the variable name is not being transferred to the Watch pane when you click "Add to Watch" in the Variables tree.
Example: https://youtu.be/DxFQ4uf9d7k?t=36m49s
The text was updated successfully, but these errors were encountered: