Date: Thu, 8 Feb 2001 10:22:04 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Grayson Gilmore cc: djgpp AT delorie DOT com Subject: Re: Rhide Quick Question In-Reply-To: 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, 7 Feb 2001, Grayson Gilmore wrote: > I need the details on setting a conditional breakpoint. Everything I > try generates invalid breakpoint statements. The Conditions part of > the help generates an error and I can't find it online. I don't use RHIDE, but its debug engine is actually GDB code. So the GDB manual should have the information about the breakpoint conditions. In general, it's simply a C expression, like "i == 2". Perhaps you should post here what you are trying to type.