PDA

View Full Version : EurekaLog exception dialog occur, even though exceptions are cached.


ajoschi
17-Aug-2009, 12:25 PM
Hi.

I am using Delphi 2009 with Eureka log V6 (6.0.17).
I have a “try…except” block around one line of code that calls many other procedures, functions and events (members referring to variable procedures). Somewhere inside any of the called methods there is an “EOLEException” thrown.
Even though there is a “try..except” block that should catch the exception, eureka log shows the normal Exception message dialog.
When I use the same “try..except” block directory in the called sub function, all works as expected (no exception dialog shown).
When I deactivate Eurekalog in my project, all works as expected (the exception is cached correctly).

Is this a know issue? How can I fix this?
If you need further information, please let me know.

Thanks!
Ajoschi

Alex
17-Aug-2009, 03:20 PM
Hi,

I'm not sure, that I've undestood your situation correctly, but, please, check your "Handle every SafeCall exception" option (it is on "Advanced options" tab). Try to toggle it.

If this is not what you ask - try to provide a demo application to demonstrate this issue. Or, at least, show some code.

BTW, you should also check if this issue is applicable for the latest RC version of EurekaLog (you can download it from our site here: https://www.eurekalog.com/login.php ). If this issue is an EurekaLog's error - it may be already fixed.