This page was generated automatically from The Delphi Super Page archive. If you have any remarks concerning this page please do not hesitate to mail me.
In your mail please do refer to your unique DSP author ID which is 0003114. This helps me to locate your data records in DSP databse.
 
Author/SiteName(Contact)e-mailHome Page
  Dimus Gremyakoff [email][Home]

 

 

Files

[ excmagic.zip ] [ 113,291 bytes ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 ]
This unit replaces standard exception handling behaviour with much more controlled and informative one. It allows you to customize many aspects of exception handling and provides a lot of useful info and features:
  • location of exception in source (file name & line number)
  • call-stack information (module name & proc name)
  • contents of CPU registers and stack
  • custom formatting of error message
  • custom displaying of error message
  • write exception information into log file

Added: 17-10-1999   |  Version: 1.1   |  Downloads: 1623/1623/2
Author:Dimus Gremyakoff   [Homepage]   [DSP files]

[ em151.zip ] [ 362,580 bytes ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 | C4 | C5 ]

What is ExceptionalMagic? Briefly, it's embedded debugging tool that provides some useful information about application's state at the moment of abnormal termination caused by exception. In contradistinction to well-known stupid message "Access violation in ... at ..." ExceptionalMagic informs about the exact location of error in application (source file name and line number) and also about a sequence of calls that leaded to this (so called callstack).

So, a brief list of main ExceptionalMagic features consists of:

  • exceptions catching and logging (both handled and unhandled)
  • localizing an error: finding module,procedure,source file and linenumber by address of error
  • callstack generating and logging
  • context (registers, stack, and code) logging
  • customizable error dialog box

It should be noticed that mechanisms of source code localization from an address and callstack tracing could be used any time and anywhere in application.

See what's new and what's fixed in 'History of changes' on ExceptionalMagic page on my site http://dimus.virtualave.net

Also you can download from my site pre-compiled MegaDemo application with Delphi5 sources. It demonstrates almost all features of ExceptionalMagic.


Added: 12-03-2000/14-05-2000   |  Version: 1.51   |  Downloads: 1659/1623/2
Author:Dimus Gremyakoff   [Homepage]   [DSP files]

 

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.