DebugUtils.ParseStackTrace
Parses a stack trace and tries to return the source code line that caused the exception in a semi-formatted way if the stack trace returns line numbers (ie. Debug infor is available)
public static string ParseStackTrace(string stackTrace)
Parameters
stackTrace
A string of a full stack trace
