Mark S. Miller (2013-06-16T02:57:26.000Z)
github at esdiscuss.org (2013-07-12T02:27:37.431Z)
On Sat, Jun 15, 2013 at 6:56 PM, Mark S. Miller <erights at google.com> wrote: > As for generators specifically, it seems to me that whatever rights > amplification operation one applies to an Error object to get a stack > trace, one should also be able to apply to a generator instance to get a > 1-level stacktrace showing where it is currently suspended. Although these 1-level generator stacks aren't part of a larger synchronous stack, they are part of the overall causality graph that Causeway tries to trace. It would be interesting to think about where these would go in a Causeway log, or if the Causeway log format would need to be extended to accommodate this.