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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to