lua-users home
lua-l archive

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


You might also try downloading the source for LuaIDE

The existing source won't compile with 5.0, but I'm sure someone on this
list (like Jan-Eric) who has ported it will point you in the right
direction.

-----Original Message-----
From: lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br]On Behalf Of Brian Hook
Sent: Wednesday, February 04, 2004 1:32 PM
To: Lua list
Subject: lua_pcall

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