Page 1 of 1

Jiwa and Exceptions

PostPosted: Tue May 24, 2022 11:08 am
by SBarnes
Is there a way or would it be possible to introduce a way to have Jiwa have an event that a plugin can attach to when a an exception is thrown that give you access to the stack trace.

My reason for asking is quite often you can have the situation with a customers database that suddenly an exception or error starts to be thrown that you can't replicate and the only way to resolve it is move the database onto a machine with Visual studio installed on it to get the debugger to fire and if the database is quite large this transfer process can be very time consuming.

Re: Jiwa and Exceptions  Topic is solved

PostPosted: Mon Jun 06, 2022 8:11 pm
by Mike.Sheen
You could try adding a handler to the AppDomain.CurrentDomain.UnhandledException event.