lua-users home
lua-l archive

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


On Sat, Sep 14, 2013 at 3:18 PM, Frederico Cadete <frederico@cadete.eu> wrote:
> I don't know of any debugging environment where you can easily debug both
> languages.

Depends on definition of 'easily', but lua-gdb did this (and I
suspect, still does):

http://lua-users.org/lists/lua-l/2008-03/msg00554.html

Does some semi-magical stuff to move from C to Lua debugging and back.
Integrates with Emacs by pretending to be gdb. (Later versions may
need a flag to tell Emacs to use gdb in legacy mode)

steve d.