how can i determine if a watch added via the debugger is a reference to an object?
I am in the process of creating a new debug feature and have added the ability to create watches.
I would like to know if I can determine that an evaluated watch is a reference to an object, so that I could add the ability to show the object details in an object inspector (for example).