lua-users home
lua-l archive

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


Hi guys,

A continuation of the scite-debug project:

http://luaforge.net/frs/?group_id=327

In a similar spirit to luagdb, gdbpy allows single-stepping from
Python into extension C/C++ code. pgdb is an add-on for scite-debug,
and gdbpy is a Lua program (!) which allows debugging through Emacs.

This may be of only incidental interest to people, except that I found
it amusing that this solution requires Python developers to use Lua ;)

steve d.