You are not logged in.
Pages: 1
Good afternoon, I've been having problems with my project, it marks exception with class $c000005 with differents messages, but my application doesn't show me the line that generates the exception. when Delphi execute the application marks automatically the exceptions.
I'd thought to put some breakpoints in the code, but it doesn't function.
can help me ?
Regrards.
Offline
First is to run your project with FastMM4 in full debug mode.
It helps triggering the AV as soon as possible.
Add SynLog.pas unit, enable "detailed map file information" in the project option, and enhance exception logging.
You should have the stack trace of all exceptions, in the .log text file.
But without any more context, it is not possible to give you more help.
Offline
Pages: 1