A program to catch and display runtime errors in .NET applications.
Usually you can track runtime errors in Windows' event-viewer. When it comes to terminal server solutions though, often times unhandled runtime errors aren't logged in the clients event-viewer, but rather in the servers. Making it extra painful to track bugs. Hence the need for this application.
(Please don't mind the german error message in the gif above)