How to log any exceptions that were thrown and catched? Something like Visual Studio\'s IntelliTrace do. Or is there a way to integrate InteliTrace into debug version of app
If your thing is a web thing then you can use https://elmah.github.io/ to automatically log errors (without even stopping your service!)