I'm trying to debug a workflow (CRM 4) with remote debugger on server and visual studio 2012 on client.
The problem is that i cant see the values of the variables.
if i try debug using VS 2010 i dont have any problem but i dont need 2 visual studios installed on my pc and i can't install visual studio on server.
This problem only occurres with remote debugger.
Ex:
string x = "something";
when i pass mouse through "X" the value is not displayed and i tryed right click -> "add watch" on "X" and the value are not displayed too.
this only occours with remote debugger and visual studio 2012.
Anyone knows how to resolve this problem with visual studio 2012?