Date: Wed, 12 May 1999 19:21:48 +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: <3739801E.77689788@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 Wed, 12 May 1999, salvador wrote: > > 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. Data breakpoints are for those cases when you don't know which line of code changes the value, like if some code overwrites the stack or dereferences a pointer that was free'd.