lua-users home
lua-l archive

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


>  (*) But There are exported variables declared (lua_debug, lua_linehook,
> and lua_callhook) that must have a control function declared (lua_setdebug,
> lua_linehook, and lua_setcallhook), similar to the lua_setstate function. I
> do not recommend using the variables directly. These new functions is a
> strong suggestion to version 3.2.

They will be there. Probably, these variables will be moved to lua_state,
so these functions will be the only way to manipulate them.

-- Roberto