lua-users home
lua-l archive

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


Is there some sample source code showing how to use lua_pcall with 
err_func != 0?  Basically when I'm calling into Lua and an error 
occurs I'd like to see the debug traceback, but I'm not quite sure how 
to do that based on the docs.

Brian