Delphi: Application error logging in the field
        Posted  
        
            by mawg
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mawg
        
        
        
        Published on 2010-05-27T03:04:50Z
        Indexed on 
            2010/05/27
            3:11 UTC
        
        
        Read the original article
        Hit count: 252
        
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.
Maybe it records each menu item selected, control clicked, text input, etc? Maybe it just dumps the stack on a crash. Maybe it does something else ...
I don't mind adding code (e.g at the start and end of each procedure), as that might generate more useful info than a fully automatic system.
I am not sure if the solution ought to "phone home" or if it is enough to produce a text file which can be emailed to me.
Any suggestions?
© Stack Overflow or respective owner