lua-users home
lua-l archive

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


Hi,

houston (http://luagnome.free.fr/new.php3) is a graphical Lua debugger, fully written in Lua and using the gtk+ toolkit, wrapped in Lua thanks to luagtk (see http://luagnome.free.fr).
With houston, you can set breakpoints and access to classic debugger functions, like 
step, next, display local variables, watch global variables, and so on.

A snapshot release is available now (http://luagnome.free.fr/pub/houston-010402.tar.bz2)

Feedback welcome!

Thanks.