lua-users home
lua-l archive

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


        LuaCmd
The Lua Commander
      Version 1.0

Lua Commander is a 3 in 1 application/library for Lua programmers. It is composed by a Console, a Notepad and a Debugger.

The Console receives every print or error output. It also has a command line where you can type Lua based commands and other sugars.

The Notepad is a simple text editor or string editor, NOT a text FILE editor. But you can load text from files and save it to files. It will not keep the file name.

The Debugger is an interactive Window based debugger for Lua. It shows the source code been executed, together with the Call Stack and Local Variables Watch. You can set breakpoints, step into/over/out functions, stop everything, an even animate the execution steps over the code.

  For more information:
      http://www.tecgraf.puc-rio.br/~scuri/luacmd

Best Regards,
Antonio Scuri