lua-users home
lua-l archive

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


RemDebug is a remote debugger for Lua. It lets you control the
execution of another Lua program remotely, setting breakpoints and
inspecting the current state of the program. RemDebug can also debug
CGILua scripts.

RemDebug is free software and uses the same license as Lua.

Current version is 1.0. It was developed for Lua 5.0 (with Compat-5.1
R5) and Lua 5.1.

For more information on RemDebug please check
http://www.keplerproject.org/remdebug/

Any feedback is welcome!
Fabio Mascarenhas