lua-users home
lua-l archive

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


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.