On 14/04/2014 16:08, FreeMan wrote:
QUE_1Delete;
if QUE_1.Transaction.Active then
QUE_1.Transaction.CommitRetaining;
breakpoint on this line:
QUE_1Delete; stop here, Press F8, jump to
/opt/freepascal/2.7.1/packages/fcl-db/src/base/dataset.inc line: 1553
everything is okay, after this been crazy :)
if continue F8 step by step and finish "procedure TDataSet.Delete;"
but when jump in "procedure TDataSet.Delete;" press F9 SIGSEGV error
popup.
Make sure you turn off optimization and smart linking, for the debugger
to run ok
http://wiki.lazarus.freepascal.org/Debugger_Setup
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus