lua-users home
lua-l archive

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


Hi All,

ZeroBrane Studio is a lightweight Lua IDE with code completion, syntax
highlighting, live coding, remote debugger, code analyzer, and
integration with various Lua engines.

Some of the highlights from the most recent version (0.35):
- Integration with and debugging support for recently released
Marmalade Quick
(http://notebook.kulchenko.com/zerobrane/marmalade-quick-debugging-with-zerobrane-studio);
- Support for debugging of Lua 5.2 and LuaJIT applications right from
the IDE (Lua5.2 support requires luasocket compiled for Lua5.2; LuaJIT
out-of-the-box debugging requires LuaJIT 2.0.1);
- Live coding with Corona SDK
(http://notebook.kulchenko.com/zerobrane/debugging-and-live-coding-with-corona-sdk-applications-and-zerobrane-studio);
- Support for cross-platform remote debugging with auto-mapping (the
IDE and the Lua application being debugged can run on different file
systems).

The documentation has been expanded to cover some of the new
functionality and provide tutorials for the available features:
http://studio.zerobrane.com/documentation.html. The packages for
Windows, OSX, and Linux are available on the project website:
http://studio.zerobrane.com. Thank you all for your contributions and
support of the project!

Paul.