[fpc-devel] bounty: FPC based debugger
Martin Schreiber
mse00000 at gmail.com
Mon Sep 12 13:15:21 CEST 2011
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
More information about the fpc-devel
mailing list