madexcept

Why does my Delphi 7 Debugger randomly decide to stop accepting certain keyboard input

Maybe this is an overarching question as I've seen similar bugs in Firefox and I'd like to know how to avoid coding them. For no apparent reason, the function keys, arrow keys (de-numlocked numpad as well), the 6 keys over the arrows, and backspace stop working. Every other key seems to work leading me to think it's some sort of interr...

madExcept + UPX

I'm having problems using madExcept + UPX on Delphi 2007. Whenever I open the compressed application, a Windows exception dialog appears code 0xc0000005. Anyone has the solution for this? Thanks! ...

Compare Delphi Exception Handlers

How would you compare MadExcept to EurekaLog as an Exception handler for your Delphi application? Why would you pick one over the other? Are there any other exception handlers for Delphi that should be considered in addition to these two? Well the answer was between Smasher and Mark, who both had good info in their comparisons but e...

[delphi] madExcept, checking state of checkbox in custom assistant before attaching additional files to the report

Hi, I have modified the send-assistant of madExcept with a new checkbox. If the use checks this box, I want to send additional attachments with the bug report (a copy of the users data files). How can I check if the user checked the box? regards, -Vegar ...

Need a way to periodically log the call stack/stack trace for EVERY method/procedure/function called

I'm working on a very large application where periodically I'd like to log the ENTIRE call stack up until the current execution point (not on an exception). The idea here is that I want a map of the exact code path that led me to the point that I am. I have been working with madExcept, tooled around with jclDebug and while I can get so...

Using [delphi] MadExcept errorhandling with MS Echange Server 2007

I currently use madExcept.MailAsSmtpClient to send my bug reports. However a couple of large clients have upgraded to Exchange Server 2007 and we can't get the SMTP support for our app configured (the app runs on individual workstations so the messages aren't all coming from one IP. We can configure an authenticated account in exchange a...