The Explore Stack Trace feature is so great... but there are 2 things that would REALLY HELP it a BUNCH.
1) Automatically parse "\r\n" and change to newline characters.
Many times when debugging, I'll have a break point in the catch of an exception. I'll do an ex.ToString() in the Command Window, and VS stupidly returns the exception but instead of placing newline characters actually prints "\r\n" (or "\n\r") . When pasting this into the Explre stack trace window, the paste operation should automatically convert \n\r into actual CRLF.
2) Place all links in the left of each new line
In the results of the explorer stack trace, it would be so nice if you could put the link on the left line of each line with a link... so that you don't have to scroll all the over to the right etc...