Date: Sun, 15 Nov 1998 13:31:32 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Felix cc: djgpp AT delorie DOT com Subject: Re: gcc & debugging c++ classes using rhide 1.4 In-Reply-To: <72igb7$6rc$1@news.metronet.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sat, 14 Nov 1998, Felix wrote: > I'm having problem a problem debugging C++ classes with rhide. i can't step > into them, i think they're treated like inline-functions. I think this is answered in the FAQ (section 12.8): use stabs info debugging insted of the default COFF. The -gstabs+ switch to GCC (instead of -g) will do this for you.