Filtering stack trace

Can I set a filter so the error message stack trace only shows lines from my .jl files?
Not base Julia or downloaded packages.

Or could you add a link at the top of the error message to the line in the stack trace that is the lowest level line from my .jl files. (every line below this is Base Julia or imported packages).
This is probably the error line.

2 Likes

I would be interested to know this as well.
We have been looking for a way to distinguish user code and code from packages and base as well but haven’t found a reliable way yet.