www.digitalmars.com         C & C++   DMDScript  

c++ - debugger

class A {
  private:
    float a;
}

class B:public A {
  ...
}

Is there anyway to inspect variable a in an instance of class B in debugger?
Feb 23 2004