On Monday 12 September 2011 13:08:31 Michael Schnell wrote:
> On 09/12/2011 12:10 PM, Graeme Geldenhuys wrote:
> >   - watchpoints. break when data at memory address changed. Very
> >   
> >     handy to debug those procedural programs that loves to use global
> >     variables.  MSEide supports this (but it is actually a GDB feature)
> 
> Ooops. (Without hardware support)  This would need the debugger to run
> the program completely in single step mode and after each step check the
> condition.
> 
gdb uses hardware watchpoint support if available.

Martin
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to