[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: unprotected coroutine.resume?
- From: "Alex Evans" <aevans@...>
- Date: Wed, 29 Jun 2005 17:42:06 +0100
Thankyou very much and apologies for not spotting that in the archive.
self:slap()
-----Original Message-----
From: lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of Mike Pall
Sent: 29 June 2005 17:32
To: Lua list
Subject: Re: unprotected coroutine.resume?
Hi,
Alex Evans wrote:
> Sometimes (not always) I'd quite like to be able to get a full
callstack
> etc via the reflexive debug interface when doing a
> coroutine.resume(func) if the function messes up.
See http://lua-users.org/lists/lua-l/2005-06/msg00175.html
Bye,
Mike