I am testing Zerobrane (1.30; Mobdebug 0.628) with Corona version 2017.3135 to build an app with live build option enabled in order to debug an App in real devices.
When Live Build option is disabled, everything works perfectly well in Zerobrane, including breaking points and step by step debugging in real devices.
However, when Live Build is enabled, the App runs smoothly in device including the automatic update when some source code is changed, but unfortunately Zerobrane breaking points are no longer operational.
I activated in system settings the debugger.verbose=true in order to see the Zerobrane debugger messages, which are being transmitted OK and also the print () function console output is shown in Zerobrane, but the breaking point is not able to trigger a debugging session.
I really would like to get this powerful resource (Zerobrane Breaking point + Corona Live Build) in order to debug some App Code which only works on real devices not in Corona Simulator.
The lifecycle to generate an APK and download to device for every source Code change is really long and affects deeply the development effectiveness.
Any progress to improve this is highly welcome.