I had a tiny class:-
class A{ public:int aField; }
Below, while debugging, if I hover mouse around aField in a->a
aField
a->a
The debugger doesn't recognize the operator->, but you can get the same information by hovering over the smart pointer variable and then the right arrow on the tooltip: