This is a request aimed at the corona staff.
I have managed to get the following 2 debuggers work on device with Corona.
1. ZeroBrane Studio (brilliant debugger btw with great features)
- Eclipse Koneki LDT
The basic functionality in both debuggers work. That means being able to set breakpoints and do some stepping. These debuggers however, especially ZeroBrane Studio, offer much greater functionality than that. All of this extra functionality requires loadstring() to work.
I am aware loadstring was disabled because of security reasons and because of apple’s restrictions, but it should definitely be enabled at least for debug purposes (aka have a special option to build for debugger, exactly like there’s an option to add a “-debug” argument when running the simulator)