Cannot capture the Error line correctly.

delphi package - automated exception handling
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Cannot capture the Error line correctly.

Post by madshi »

To be honest, I've no clue why it doesn't work in debug build. Do you use it a lot? For which purpose? Personally, I always use release builds.

Of course I could analyze the problem and try to figure out why it happens. But this is the sort of issue which is very hard to debug, it would probably cost me 1-3 days or so, and I'm extremely short on development resources right now. So maybe just using release builds could workaround this issue for you for now?
luciano_f
Posts: 47
Joined: Thu Feb 01, 2018 5:11 pm

Re: Cannot capture the Error line correctly.

Post by luciano_f »

I did tests again by deleting all DCU and exe files and copying only Release and in fact MadExcept manages to capture the entire error stack.

and just like Colleague, I also only release Release versions for customers.

Debug I use only for my tests
Post Reply