Donovan, I've had a look at the madshi website before and it looks quite interesting. However I can't work out whether the developer has much control over which sorts of exceptions were handled by madExcept. Many of the exceptions raised by our applications are informational and not serious errors. For example entering a string instead of an integer might raise an invalid integer conversion exception, or we might raise an exception if the user tries saving a record without entering certain fields.
Obviously we don't want these informational/program control exceptions to appear in an error dialog complete with options to send call stacks etc. We would want these exceptions to be handled with a normal looking error dialog and only certain exceptions (such as access violations, divide by zero, invalid pointer etc) to use the advanced dialog. Is this possible with the madExcept tools? David. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Donovan J. Edye > Sent: Wednesday, 19 November 2003 11:15 AM > To: Multiple recipients of list delphi > Subject: RE: [DUG]: Debug > > > A, > > You may also want to check out http://www.madshi.net/ (madExcept) an > excellent aid to debugging and exception handling. > > -- D > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alistair George > Sent: Wednesday, 12 November 2003 11:26 > To: Multiple recipients of list delphi > Subject: [DUG]: Debug > > When I close my app it comes up with the following: > 'External exception C0000008' > Then: > 'Runtime error 216 at 000031F8' > I've got debugging turned on, map file etc. > Read somewhere I can key in the above to find where the error > occurred but > cant > recall where it was. > Would it be possible the the IDE does not display the offending > line because > it > is in a Library component that does not have source? > Anyone help? > Thanks, > Alistair+ > > > ------------------------------------------------------------------ > --------- > New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] > Website: http://www.delphi.org.nz > To UnSub, send email to: [EMAIL PROTECTED] > with body of "unsubscribe delphi" > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/ > > > ------------------------------------------------------------------ > --------- > New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] > Website: http://www.delphi.org.nz > To UnSub, send email to: [EMAIL PROTECTED] > with body of "unsubscribe delphi" > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/ --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi" Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
