Is there such a thing as a rails console for Titanium, where I could play a little with the API? or even better a debbuger?
Or could you recommend me a different workflow rather than having to edit-the-source > compile > Ti.API.debug() ?
I know I can launch the simulator in debug mode and inspect variables and so, but I haven’t found a way to write some code an evaluate it, maybe I’m missing it.
Thanks for your help!
Tony Lukasavage from the appcelerator team answered me here
As Aaron points out that’s not exactly the same thing as a rails console but is similar to ruby-debug and a lot better than nothing : )