[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: debug.getinfo() - 5.1
- From: Jérôme VOLPOËT <jerome.volpoet@...>
- Date: Thu, 21 Sep 2006 09:35:17 +0200
Can I use debug.getinfo to have info on the call stack of the main thread if
I'm in a another coroutine ?
It seems that the main thread isn't a couroutine ( coroutine.running returns
nil in the main frame ) so I don't know how to set the first param of
getinfo to indicate the main thread...
Is it possible ? If yes, how ?
Jérôme