lua-users home
lua-l archive

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


> Does the ctrace tool still work?  When I did make, I got:

I've just tested it and ctrace for Lua 5.2 works on Lua 5.1 just fine
For Lua 5.3, you need to add these lines in ctrace.lua:

["lua_KContext"]="%p",
["lua_KFunction"]="%p",

> /usr/bin/lua ctrace.lua < /usr/include/lua.h
> /usr/bin/lua: ctrace.lua:86: attempt to index local 'o' (a nil value)

Which version of Lua and ctrace are you using?