lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello!
 
In the excellent Programming in Lua Second Edition it talks about debugging coroutines (at the end of section 23.1), and how all of the introspective functions in the debug library accept an optional coroutine as their first argument. I can't find any reference to this in the reference manual's section on the debug library (http://www.lua.org/manual/5.1/manual.html#5.9). Have I just missed it, or is the manual missing that information?
 
    Jonathan