Adding a watch to a method or attribute
I have to be honest that the information available to watch when debugging has never been that useful for myself. Often I am more interested in the objects rather than the primitive types, so I still need to inspect an object each iteration of a loop.
Is it possible to be able to add a watch to an attribute of a variable? A method would be great too but I understand there could be limitations against this.
Cheers
James