[fpc-pascal]Debuging question
Florian Klaempfl
Florian.Klaempfl at gmx.de
Tue Jan 8 13:26:33 CET 2002
At 09:27 08.01.02 -0200, you wrote:
>Hello,
>
> Does anybody can point me a way to debug an error like
> "An unhandled exception occurred at 0xCD8E7FD4 : Access violation" ?
>
> Thanks for any help !
>
> Neilson
Compile you're project with -gl and you'll get a stack bracktrace with line
numbers.
If this doesn't help, use the IDE if you're under go32v2/win32 or gdb
More information about the fpc-pascal
mailing list