Description of Exception Stack Walker :
Exception Stack Walker is a powerful tool compiled in your Delphi application and placed between operating system and Delphi kernel libraries. It is based on Stack Frames Walking theory and its interpolation with the Borland Debug Symbolic Informations to discover anyerror in your source code, both in a single and multi threaded environment.Exception Stack Walker is capable to catch and decode ANY kind of exceptionreturning informations as MODULE, UNIT, CLASS, METHOD NAME walking through each involved module (EXE and its linked DLLs) .Exception Stack Walker is fully object oriented designed. All classes are published to grant the exception stacker extendibility and its customization.Its unique features reduce the debugging time and let to discover easily the right place in code where the unhandled exceptions occurs.Application compiled with Exception Stack Walker (no run-time fee) can be delivered to the end users giving the information you need to monitor and debug your products. This approach reduces maintenances and bug fixing time and costs.