Debugging Database Scripts does not fire on event

I have written a LS Database Script in the QueryDocumentDelete. The problem is that the event does not seem to ever trigger. I have turned on the debugger then deleted the a document. The debugger never triggers and I can’t see that the event triggered either.

Is there a trick here? Any help would be appreciated.

Subject: Close the database

When you want to debug querydocumentdelete, you have have to close the database int the client and in the designer, enable debugger, open the database. Now you’ll be able to debug the querydocumentdelete.

If you modify someting in the querydocumentdelete afterwards, you’ll have to close and open it again…

Not nice, but …

Hope this helps

Renaud

Subject: and how can I close a db in designer?

closing the db I to get this working I know…what I miss in LN 8.5: how can I close a db in the designer? I only found closing the designer completely.

any other solution?