leolabs / ExceptionBase.NET

Welcome to the world’s first open-source .NET exception tracker! ExceptionBase.NET will catch exceptions that may occur in your app and send them to a clearly arranged online interface where you can manage them and view every detail, from the used operating system down to the stack trace. This will allow you to find bugs in your app easier and more quickly.
http://exceptionbase.net
7 stars 1 forks source link

Subexception-Transmitting #11

Open NeoLegends opened 11 years ago

NeoLegends commented 11 years ago

How about transmitting InnerExceptions as well as subexception of a given exception? Sometimes it would make debugging alot easier if you knew all details of the inner (and maybe the inner-inner) exception.

leolabs commented 11 years ago

That's a nice idea, I'll include that in the next version :+1: