Menu

Stack tracer / News: Recent posts

v0.13 released

v0.13:
+ added functions to disable/enable thread processing; function SetThreadExceptionsTracing(DoEnable: Boolean)
+ added exception text of hooked exception objects
* changed addresses format in trace
* some code rewritten in binary search routines and other places

Posted by Leonid Koninin 2008-01-19

version 0.12 released

+ improoved loading of .MAP files to memory - it will work much faster (added full file memory cache)
* added profiling define and somewhere placed time profiling code (require mine uLkTimer, uLkDebugRedirector)

Posted by Leonid Koninin 2007-11-11

version 0.10 released

+ added filtering of delphi exceptions by class names and showing Exception object descendants class names in trace log
+ added loading of packed MAP files (usefull in case of big MAPs sended to other machine)
* lot of changes in code of loading MAP file
+ added utility packmap to produce packing MAP files to load into this library; usually it compressed upto 3..4 times - nice for remote debugging.

Posted by Leonid Koninin 2007-10-21

version 0.08 released

- Rewritten trace procedure, now it will work without stack frames in main application and with enabled optimizations; it's used an heuristic algo of trace defining and can make mistakes, but in mine case works better than a previous.
- Changed code of default OurReporter function due to Delphi 7 debug events feature (splitting by newlines)
- Added filter by exception code: HideException and howException functions

Posted by Leonid Koninin 2007-10-13

version 0.07 released

The first public release

Posted by Leonid Koninin 2007-09-22
MongoDB Logo MongoDB