I have a issue with the Debug mode and B4A-Bridge. After selecting the proper ip for the bridge device and retrieving a connected status from the Bridge, I set B4A to debug mode and submit the app to the Bridge. The log will report the following in most cases :
Installing file.
** Activity (main) Pause, UserClosed = false **
PackageAdded: package:B4A.BaleUndload
** Service (starter) Create **
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
ExecuteHtml: SELECT rowid as ScanCnt,Baleid FROM table1 where subdate = 0 order by rowid desc
after which the B4A-Bridge disconnect and all real time logging stops. I am able sometimes to see the log after the app has ended by pressing the connect. Most times the connect button will popup a box stating that no device found.
I am running b4a 6.0 and bridge b4a-bridge 2.14.
Any help or suggestion is greatly appreciated.