0
kicks
Pretty-Printing Exceptions
Here are some snippets you might find useful for pretty-printing exception stack traces (using the trace string rather than the StackTrace class).
First, a regular expression to extract namespace, method name, argument and source details from a stack trace string...