I'm starting to work with ZeroBrane for Corona SDK Starter license development under Linux using Wine. The problem is that i cannot make it work the debugger by adding breakpoints over different sections of the code.
The Corona Simulator path on the user.lua configuration is defined and opens the Simulator successfully, but the game is not paused by the breakpoints.
I also added the following line at the beggining of my main.lua file
require("mobdebug").start()
There is some way to make it work the debug session in Linux?
Note: Someone with the enough reputation, can create the zerobrane tag?