Dear All,
I have a Lazarus command-line application that exposes a REST API. In release mode I am seeing runtime errors (for example, access violations), but I cannot determine the source file and line number where the error occurs.
So far I have tried:
Top-level exception handling and logging E.Message.
Using third-party components and libraries (which may be involved).
A few basic debugging steps (rebuilds, testing in the IDE).