Date: Wed, 12 May 1999 10:00:53 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: salvador cc: djgpp AT delorie DOT com Subject: Re: Setting breakpoints on variable values in Rhide? In-Reply-To: <37387481.F06C6FD4@inti.gov.ar> 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, salvador wrote: > > if temp->block.p.ph.w==0x2db > > That's an invalid condition, just use > > temp->block.p.ph.w==0x2db This doesn't seem like a data breakpoint, this seems like a code breakpoint with a condition. Doesn't RHIDE support setting data breakpoints, like GDB does with the watchpoint command?