Delphi: Application error logging in the field

前端 未结 5 707
一生所求
一生所求 2021-02-09 12:21

Using Delphi 7, I wonder if there is a free component which will collect diagnostic information as my application runs at a remote site and will help me to debug error reports.<

5条回答
  •  我在风中等你
    2021-02-09 12:25

    with the crash debuging have a look at MadExcept
    http://www.madshi.net/madExceptDescription.htm

    madExcept was built to help you locating crashes in your software. Whenever there's a crash/exception in your program, madExcept will automatically catch it, analyze it, collect lots of useful information, and give the end user the possibility to send you a full bug report.

    free for non-commercial usage, inexpensive for commercial usage

    or JclDebug from the JEDI Code Library

    http://www.delphi-jedi.org/

    A Blog Posting about it can be found here http://www.gnegg.ch/2002/12/jcldebug/

    EDIT: This seems to be a very good example on how to use JCLDebug http://robstechcorner.blogspot.com/2009/04/finding-hard-to-reproduce-errors.html

提交回复
热议问题