Empty Bug Report Afterwards does not (seem to) work

delphi package - automated exception handling
Post Reply
dwilbourn
Posts: 4
Joined: Wed Mar 01, 2023 11:15 am

Empty Bug Report Afterwards does not (seem to) work

Post by dwilbourn »

The bug reports I get from customers have the latest bug report added onto the end of any previous reports from that customer - which is really confusing if I forget to check the date-time stamp before chasing an error! I'm sending reports by email and have the Empty bug report afterwards option checked in Attachment settings. Is there some other setting I should be aware of? Could it be that because the program is crashing, madExcept never gets the opportunity to empty the report? In which case would it not be better to have an option to empty it before writing the new report?
madshi
Site Admin
Posts: 10766
Joined: Sun Mar 21, 2004 5:25 pm

Re: Empty Bug Report Afterwards does not (seem to) work

Post by madshi »

Can you reproduce this problem on your development PC? The feature is supposed to work. It will be hard to fix if it's not reproducable.
dwilbourn
Posts: 4
Joined: Wed Mar 01, 2023 11:15 am

Re: Empty Bug Report Afterwards does not (seem to) work

Post by dwilbourn »

Sorry for the slow reply, I was trying to get it to happen on my PC but of course..... :(
I will add some code to my app to delete any bugreport.txt found when it starts up. That should fix the problem.
Post Reply