Sender: root AT delorie DOT com Message-ID: <3739801E.77689788@inti.gov.ar> Date: Wed, 12 May 1999 10:20:30 -0300 From: salvador Organization: INTI X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.0.36 i686) X-Accept-Language: es-AR, en, es MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Setting breakpoints on variable values in Rhide? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > 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? Don't know, ask Robert. I ever use breakpoints in the code with conditionals. SET