Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Inspecting member of a class
Hi all, How can I inspect a variable of a class that is inherited from its ancestor in IDDE? I can't find a way to make them show up in the data window. Thanks. Feb 18 2004
Sean wrote:Hi all, How can I inspect a variable of a class that is inherited from its ancestor in IDDE? I can't find a way to make them show up in the data window. Thanks. Feb 18 2004
Yes, I mean debugging the program, but when I use the menu [View]->[Parent], instead of showing the ancestor class, the title bar of the main window says "Already at top level". "Arjan Knepper" <arjan ask.me> ???? news:c11ogu$20r9$1 digitaldaemon.com...Sean wrote:Hi all, How can I inspect a variable of a class that is inherited from its Feb 19 2004
|