[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: How to get tracebacks for coroutines?
- From: HyperHacker <hyperhacker@...>
- Date: Fri, 5 Aug 2011 14:00:03 -0600
I've run into a bit of a hangup in developing an application that
makes heavy use of coroutines. When a coroutine crashes, I can see
where the error occurred, but not a stack traceback.
coroutine.resume() only returns the error message, and I can't wrap
the body in xpcall() because (in 5.1 at least) that's a C function, so
the coroutine becomes unable to yield. So, is there any way to get the
traceback?
--
Sent from my toaster.