I am trying to create a debugging tool, that would attach to a process and then view the contents of stack and heap.
Till now I am using CLRmd to attach to a process and then get the list of the type of variables inside stack and heap but still not able to get the values of the elements.
Is there any way through which I would be able to get the values? How come visual studio debugger is able to do that?
Language is not the constraint here.