Hacker News new | ask | show | jobs
by saagarjha 1034 days ago
In theory an async-aware runtime can stitch together a coherent and useful backtrace, but in practice most legacy tooling won’t :(
1 comments

Collecting those potentially very expensive stack traces, specially in those highly concurrent environments with high throughput requirements would be great for debugging but probably is gonna kill the performance of the system. But it would be nice (even if as a very heavy hammer) as an option.