Re: [Lazarus] How to debug DB errors.

2018-05-30 Thread Joost van der Sluis via Lazarus
Op 30-05-18 om 18:44 schreef Donald Ziesig via Lazarus: I found the fpmake.pp file in /usr/share/fpcsrc/3.0.4/packages/fcl-db. Using sudo -i, I ran: fppkg install -o -gl It responded "Error code 301", then "Compile successful". I ran it again: hp-laptop fcl-db # fppkg install -o -gl Warning:

Re: [Lazarus] How to debug DB errors.

2018-05-30 Thread Martin Schreiber via Lazarus
On Wednesday 30 May 2018 18:44:12 Donald Ziesig via Lazarus wrote: > I am now going to uninstall Lazarus and FPC and re-installing it from > scratch. Hopefully that will fix it. If not, I'll let you know. > If the information in the stack window is insufficient in case of an exception stop *all*

Re: [Lazarus] How to debug DB errors.

2018-05-30 Thread Donald Ziesig via Lazarus
On 05/30/2018 12:05 PM, Joost van der Sluis via Lazarus wrote: Op 30-05-18 om 17:38 schreef Donald Ziesig via Lazarus: I found the fpmake.pp file in /usr/share/fpcsrc/3.0.4/packages/fcl-db. Using sudo -i, I ran: fppkg install -o -gl It responded "Error code 301", then "Compile successful".

Re: [Lazarus] How to debug DB errors.

2018-05-30 Thread Joost van der Sluis via Lazarus
Op 30-05-18 om 17:38 schreef Donald Ziesig via Lazarus: I found the fpmake.pp file in /usr/share/fpcsrc/3.0.4/packages/fcl-db. Using sudo -i, I ran: fppkg install -o -gl It responded "Error code 301", then "Compile successful". I ran it again: hp-laptop fcl-db # fppkg install -o -gl Warning

Re: [Lazarus] How to debug DB errors.

2018-05-30 Thread Donald Ziesig via Lazarus
On 05/30/2018 10:42 AM, Joost van der Sluis via Lazarus wrote: Op 30-05-18 om 16:24 schreef Donald Ziesig via Lazarus: 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 be

Re: [Lazarus] How to debug DB errors.

2018-05-30 Thread Mattias Gaertner via Lazarus
On Wed, 30 May 2018 16:46:52 +0200 Martin Schreiber via Lazarus wrote: >[...] > Run the application in the IDE and activate the 'Stop on exception' option in > IDE. This is default. Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.or

Re: [Lazarus] How to debug DB errors.

2018-05-30 Thread Martin Schreiber via Lazarus
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 >

Re: [Lazarus] How to debug DB errors.

2018-05-30 Thread Joost van der Sluis via Lazarus
Op 30-05-18 om 16:24 schreef Donald Ziesig via Lazarus: 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

[Lazarus] How to debug DB errors.

2018-05-30 Thread Donald Ziesig via Lazarus
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.