Any good editors and debuggers?
See LuaEditorSupport.
Basically any of the common ones, including XCode.
SciTE is a popular editor for Windows and GTK+ platforms which has good Lua support. The version that ships with Lua for Windows can also debug Lua code. In addition, it is scriptable using its own embedded Lua interpreter.
There is a Lua plugin for IntelliJ IDEA.