top | item 42725123

(no title)

troelsSteegin | 1 year ago

This is really about making stack traces easier to understand.

discuss

order

cies|1 year ago

I dont think so, TST and stacktraces are different.

Stacktraces show me call-stack to the point the error happened. Something TST does not always show: different call-stacks can result in the same (or very similar) TST-stacks.

It is possible to return the stacktrace as part of the TST error (not just an error message but also a stacktrace).