delphi - Is there any way to catch unhandled application exceptions and log them -


is there way catch , log errors in application. in moment use try catch blocks in places think error can occur. there possibility catch errors in application level (i mean, can put try catch block project file or maybe other trick it)?

take @ madexcept. if add project, automatically installs hooks catch unhandled exceptions, generate informative error reports, , email them or post them web service. it's next best thing being able attach debugger clients' systems.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -