[fpc-devel] debugging the RTL (system unit)
Tomas Hajny
XHajT03 at mbox.vol.cz
Thu Dec 3 12:52:47 CET 2009
On Thu, December 3, 2009 12:21, ik wrote:
> Hello,
>
> How I can debug problems with the system and rtl in general for the reason
> my code crashes before it execute my own code ?
You can certainly build the RTL with debug information (I believe that
"make debug" in the RTL directory should do that) and then make sure that
you use these compiled units rather than the default ones (e.g. by
explicit use of -Fu when compiling your program).
Tomas
More information about the fpc-devel
mailing list