[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Debugging C programs and Lua scripts
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 3 Dec 2010 12:19:29 +0200
On Fri, Dec 3, 2010 at 12:00 PM, <Andre.Dolenc@nokia.com> wrote:
> Using ‘gdb’, I obviously step into the Lua interpreter. Anything better than that?
There's luagdb
http://lua-users.org/lists/lua-l/2008-03/msg00554.html
which is a Lua debugger that (a) fakes gdb enough so that emacs is
successfully fooled and (b) allows you to step from Lua to C and back
again.
Please drop me a note if anything doesn't work as advertised, etc.
If you just want a nicer Lua debugger, Google is your friend ;) I
would plug my scite-debug, of course.
steve d.