Hacker News new | ask | show | jobs
by troelsSteegin 525 days ago
This is really about making stack traces easier to understand.
1 comments

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).