Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!mips!apple!bionet!ames!pacbell!att!dptg!lzga!bogatko From: bogatko@lzga.ATT.COM (George Bogatko) Newsgroups: comp.unix.questions Subject: Re: Debugger watchpoints in UNIX ? Summary: sdb does it Keywords: debug watchpoint Message-ID: <1853@lzga.ATT.COM> Date: 5 Mar 90 15:42:52 GMT References: <22567@pasteur.Berkeley.EDU> Organization: AT&T BL Middletown/Lincroft NJ USA Lines: 14 At least System5.2 and beyond do watchpoints. From the manual: variable$m count address:m count Single step (as with s) until the specified location is modified with a new value. If count is omitted, it is effectively infinity. Variable must be accessible from the current procedure. Since this command is done by software, it can be very slow. GB