Date: Wed, 12 May 1999 10:00:26 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Andrew Davidson cc: djgpp AT delorie DOT com Subject: Re: Setting breakpoints on variable values in Rhide? In-Reply-To: <7h9njo$3kk$1@news6.svr.pol.co.uk> 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 Tue, 11 May 1999, Andrew Davidson wrote: > Incidentally, are there any definitive sources of documentation on GDB or > Rhide's implementation of it? The GDB docs are part of the GDB distribution (v2gnu/gdbNNNb.zip from the usual DJGPP archives). RHIDE uses the GDB debugging engine and adds the user interface, but you are still talking to GDB under the hood. IMHO, anybody who is serious about debugging with RHIDE should read the GDB docs.