[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua newbie: how to do post mortem debug ?
- From: Sophana KOK <sophana78@...>
- Date: Mon, 20 Sep 2010 17:28:20 +0200
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