lua-users home
lua-l archive

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


Hi
You have to use lua_sethook().

http://www.lua.org/manual/5.1/manual.html#lua_sethook
http://www.lua.org/manual/5.1/manual.html#lua_Hook

// David Morris-Oliveros
// Camera & Lua Coder
// david@teambondi.com



A.Cicak wrote:
hello,

we have c++ code from which we call lua, is there any way to debug lua (step
in, out, etc.)?