Jump to content
Sign in to follow this  
dummzeuch

New Filter Exceptions expert in GExperts

Recommended Posts

I my last GExperts related blog post I wrote about the new “Close Exception Notification” expert which I just had added to GExperts. It was a hack that hooked the Exception Notification dialog.

This spawned a discussion in the international Delphi Praxis forum and resulted in a rewrite of the expert. It’s now called “Filter Exception” expert and instead of hooking the dialog it directly hooks into the code that shows this dialog. Thus it prevents the dialog from being shown for filtered exceptions.

 

Read on in the blog post.

  • Like 1
  • Thanks 2

Share this post


Link to post

Did you install the hooks in a way that you don't override any existing hook that might be there already?

Share this post


Link to post
10 hours ago, Stefan Glienke said:

Did you install the hooks in a way that you don't override any existing hook that might be there already?

No. I'll check out ddetours when i find the time, but I'm reluctant to add another third party library.

There is only one hook though.

Share this post


Link to post

Am I missing something but nothing appears into here,

 

image.thumb.png.d59f72f653170d5d36e208e06e9cb1c7.png

if Ill Click the "Filter ..." and then OK,

I am expecting it then always to filter that exception in that project. So I decipher the UI.

 

-Tee-

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×