Hi,
We can see variables values while debugging in the Expressions window when we pause the application.
But this window keeps the names of all variables you set until you delete them from there and it shows the same variables for all projects in the workspace.
Is there a way to see different variables in the Expressions window for every project we want?
I mean, if I debug project1 I add and see var1 and var2. If I start to debug project2 I would add and see var4 and var5, if I debug project1 again I'd like to see only var1 and var2 without having to delete/add them everytime.
Thanks