lua-users home
lua-l archive

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


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.pm() and you can analyze 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