Date: Wed, 31 Jan 2001 10:50:55 +0200 (WET) From: Andris Pavenis To: dcasale AT my-deja DOT com Cc: djgpp AT delorie DOT com Subject: Re: Can't access derived class member vars In-Reply-To: <957po6$7ep$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 31 Jan 2001 dcasale AT my-deja DOT com wrote: > In RHIDE using the gstabs debugging switch, I'm able to access class > member variables, but _only_ if they're not base class variables being > accessed inside a derived class. > > Is this a known bug/feature? Is there any workaround? Try debugging the same problem with gdb-5.0 and see whether You can see the same variables using 'print' command in gdb. RHIDE uses the same print command internally Andris