Hi I'm an absolute lua beginner coming from python world. In python when you get a bug, you get a traceback. Then you just have to launch pdb and you can analyse all variables in all traceback levels.
In lua, I could install remdebug, which works for setting breakpoints. I saw no post mortem debug feature. How can I do this? I have seen a patch for remdebug: http://lua-users.org/lists/lua-l/2006-06/msg00426.html It seems it adds frame support. Does this mean that you can debug upper traceback levels? Thanks _______________________________________________ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/