Jeppe Græsdal Johansen schrieb:

Hardware support for writes to arbitrary memory addresses is restricted to very few addresses, not really useful.
How many times do you think you need more than 1-2 watchpoints? Lots of breakpoints I can understand, but I've never found many uses for watchpoints.

Just when I was debugging FPC itself, which uses many global variables.
I ended up in turning the variables into properties, and set breakpoints in the setters. But this is not a solution, when the variables are also passed around as var parameters.

DoDi

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

Reply via email to