How to create async stacktraces?
问题 UPDATE : The latest version of Intellij IDEA implements exactly what I'm looking for. The question is how to implement this outside of the IDE (so I can to dump async stack traces to log files), ideally without the use of an instrumenting agent. Ever since I converted my application from a synchronous to asynchronous model I am having problems debugging failures. When I use synchronous APIs, I always find my classes in exception stacktraces so I know where to begin looking if something goes