Stack Trace Helper
Helper class converting JS and Java stack traces into arrays of StackFrame objects.
Types
Properties
Functions
Link copied to clipboard
Convert a Throwable to an array of StackFrames.
Link copied to clipboard
Convert a JavaScript stack trace (see
parseErrorStack
JS module) to an array of s.Convert a JavaScript stack trace to an array of StackFrames.
Link copied to clipboard
Link copied to clipboard
Format a StackFrame to a String (method name is not included).
Link copied to clipboard
Format an array of StackFrames with the error title to a String.