[fpc-devel] Conditional Breakpoints using FPC and GDB
Michael Schnell
mschnell at lumino.de
Fri Aug 13 11:32:34 CEST 2010
On 08/13/2010 11:22 AM, Marc Weustink wrote:
> creating a debugger is not that difficult, evaluating (pascal)
> expressions is.
There are several open source projects that provide this.
> And even then evaluating properties is impossible.
AFAIK, the Delphi Debugger can.
GDB can call function in the C program it debugs. Of course these use
the C (and maybe C++) ABI and not FPC's Object ABI., But when you write
a new debugger, this should be possible.
-Michael
More information about the fpc-devel
mailing list