Date: Sun, 4 Jul 1999 16:55:38 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: SP Byrnes cc: djgpp AT delorie DOT com Subject: Re: Debugging in RHIDE In-Reply-To: <377E0E95.1DCF@rpi.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 3 Jul 1999, SP Byrnes wrote: > 1. Does anyone have an example of how the debugger may be used to > examine the contents of class variables? I always "get not available" in > the watc list when I try to access a class variable. Use the stabs debug info. See section 12.1 and the other sections of chapter 12 in the DJGPP FAQ list, for more details.