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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -