[fpc-devel] bounty: FPC based debugger

Michael Schnell mschnell at lumino.de
Mon Sep 12 13:08:31 CEST 2011


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.
>
>   - Object Pascal expression evaluation
A think object pascal expression evaluator software is available in 
Pascal source code so this should be doable.

-Michael



More information about the fpc-devel mailing list