Select exception page "call stack", other exceptio

delphi package - automated exception handling
Post Reply
lancelot59
Posts: 5
Joined: Sat Nov 12, 2005 3:01 pm

Select exception page "call stack", other exceptio

Post by lancelot59 »

Hi (again)

I use madshi quite a lot when developing to tell me exactly where exceptions occur. I found that each time i have to scan the first page to find the real exception message, then proceed to the call stack page.

So, I looked to see if I can tell MadExcept to display the "call stacks" page as the first page, I didn't find it, is it possible...

And, I looked to see if I can tailer the exception message, next to the big red cross button, to look like "%exception_class% : %exception_message%". I assume there are a number of variable names I can use within "custom strings" but was unable to find any documentation on that.

Can you help me once again ?

Ron.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Check out the right side of this page:

http://help.madshi.net/madExceptSettings10.htm

There's a table which lists a few variable names you can use in the custom strings. One of those is "%exceptMsg%".

Currently there's no way to focus the callstack tab by default. You're the first person asking for that!
Post Reply