AbbreviatedStackTraces.jl icon indicating copy to clipboard operation
AbbreviatedStackTraces.jl copied to clipboard

Think about worker processes in interactive context

Open BioTurboNick opened this issue 3 years ago • 0 comments

Currently, workers show all stack frames even if launched at the REPL.

It might be better to abbreviate them, too, so long as it only happens when launched from the REPL and their errors halt all execution, such that the full trace is accessible via err.

However, worker stack traces are currently stripped of module information. That may need to change first.

BioTurboNick avatar May 09 '21 13:05 BioTurboNick