Date: Sun, 9 May 1999 12:10:19 +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: <7h0bo3$2s4$1@news4.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 Sat, 8 May 1999, Andrew Davidson wrote: > Now I need to keep an eye on temp.p.ph.w with the Rhide > debugger and it simply isn't happening. I have added a breakpoint which is > set for file/line. The file and line number are correct and it is > highlighting the appropriate line with no problems. However, my condition > for this breakpoint, temp.p.ph.w==0 is being ignored. Use the `watchpoint' feature. It lets you set a data breakpoint instead of code breakpoint.