[Lazarus] How to debug DB errors.

Martin Schreiber mse00000 at gmail.com
Wed May 30 16:46:52 CEST 2018


On Wednesday 30 May 2018 16:24:30 Donald Ziesig via Lazarus wrote:
> Hi Everyone,
>
> I have been developing database apps for years and I have finally
> reached my limit.  Occasionally I get exceptions in the db code but the
> Call Stack is truncated as is shown below.  I usually just "bite the
> bullet" and single step through the code till I find the offending
> line.  This time, I got an exception after 8 hours of execution.  Is
> there any way that I can set this up so that I get a location in my own
> code?
>
Run the application in the IDE and activate the 'Stop on exception' option in 
IDE. I don't know how it is named in Lazarus, in MSEide it 
is 'Project'-'Options'-'Debugger'-'Stop on Excep.'.

Martin


More information about the Lazarus mailing list