lua-users home
lua-l archive

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


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 changes in this release (full details are in the changelog [1]):

- Added support for OpenResty/Nginx [2] (thanks to agentzh!) and Lapis
[3] (thanks to Leaf Corcoran!) debugging.
- Added re-indentation of selected fragment or entire file (Edit |
Source | Correct Indentation).
- Added line mapping support for debugging Lua-based languages (e.g.
moonscript).
- Fixed debugger compatibility with Lua 5.2.

It's also now possible to debug Moonscript applications using
ZeroBrane Studio and I'll post instructions on how this can be done
shortly.

Installation packages for Windows, OSX, and Linux are available on the
project website: http://studio.zerobrane.com. Thank you for your
patches, feedback, and support of the project!

Paul.

[1] https://github.com/pkulchenko/ZeroBraneStudio/blob/master/CHANGELOG.md
[2] http://notebook.kulchenko.com/zerobrane/debugging-openresty-nginx-lua-scripts-with-zerobrane-studio
[3] http://notebook.kulchenko.com/zerobrane/lapis-debugging-with-zerobrane-studio