lua-users home
lua-l archive

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


> Hi,
>
> in "Programmieren mit Lua« (German version of PLI2) is written that
> Lua doesn't provide a debugger, but a library to write one's own
> debugger. I wouldn't be surprised if somebody has already done it. I'm
> looking for a simple CLI debugger similiar to perl -d, i.e.: for
> setting breakpoints, continuing, inspecting variables a.s.o. No IDE so
> far, please (maybe later, first I prefer using my favorite Editor GNU
> Emacs). RemDebug seems to have the user interface that I'm looking
> for, but:
 
Have a look to LuaEdit! You can visit the official website (www.luaedit.net) or get info at LuaForge. (http://luaforge.net)
 
Good luck!
 
//JF