We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A JuliaException stores the backtrace, which we can convert to a nicer form using Base.stacktrace. Let's print this out.
Base.stacktrace
Also, rename the stacktrace field of JuliaException to backtrace. Then maybe add a stacktrace field which is stacktrace(backtrace).
stacktrace
backtrace
stacktrace(backtrace)