Feature Request: Better Exception Assistant?
Our team has suffered multiple times from Visual Studio offering it's awkward UI for exploring exceptions and the inner exceptions.
I would really appreciate having some better form of Exception Assistant that put the exception messages / exception types front and center, recursing into the inner exceptions.
e.g.
Rather then having a long stacktrace to read through in the logs, It could be a UI that clicking an exception type/message will show the stacktrace for the exception at that level.
e.g. rather then seeing this:

You would instead see something like:
Sorry for the crap mockup, but it would flatten the recursive inner exceptions, so you see the problem, instantly.
Please sign in to leave a comment.
Hello!
Thank you for the feedback and suggested feature.
I've filed corresponding request - https://youtrack.jetbrains.com/issue/RSRP-467636
Please feel free to comment or vote for it.
Thank you.