Forum Index
class A { private: float a; } class B:public A { ... } Is there anyway to inspect variable a in an instance of class B in debugger?