No eaShowBugReport when AutoShowBugReport=True

delphi package - automated exception handling
Post Reply
FredS
Posts: 98
Joined: Mon May 11, 2015 9:42 pm

No eaShowBugReport when AutoShowBugReport=True

Post by FredS »

An ExceptAction handler removes some Privacy Fields from the report but when AutoShowBugReport=True no eaShowBugReport is fired.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: No eaShowBugReport when AutoShowBugReport=True

Post by madshi »

That event is currently only fired if the user presses the button. In all other cases it's (intentionally) not fired. I guess I could change it, but I'm a little bit afraid that doing so might break the code of some madExcept users. Shouldn't it be easy for you to work around?
FredS
Posts: 98
Joined: Mon May 11, 2015 9:42 pm

Re: No eaShowBugReport when AutoShowBugReport=True

Post by FredS »

madshi wrote:That event is currently only fired if the user presses the button. In all other cases it's (intentionally) not fired. I guess I could change it, but I'm a little bit afraid that doing so might break the code of some madExcept users. Shouldn't it be easy for you to work around?
Already implemented, not breaking stuff is more important.
Post Reply