rals Community Member

  • Member since Jan 22nd 2016
Last Activity

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • rals -

    Posted the thread Derived class members are outofscope when debugging C++.

    Thread
    Hello, We are having a hard time debugging our code base which is primarily C++ based. Class members in derived classes are shown as "outofscope" in some cases. In the following example, a.var1, a.var2, b.var1 and b.var2 are "outofscope". If A class is…