Android Question problem getting rapid debugger to work

howard bassen

Member
Licensed User
Longtime User
I cannot get the rapid debugger to work on my windows7 PC. I CAN get the legacy debugger to work.
I run code (myfirstprogram.b4a) with the B4A bridge (wireless) or and emulator. Clicking on the app on my android in the data entry field allows the debugger to work with the legacy debugger but not the rapid debugger.

Suggestions please?
 

howard bassen

Member
Licensed User
Longtime User
I am using v 3.82. I get no error messages.

this is the compile message:

Parsing code. 0.04
Compiling code. 0.18
Compiling layouts code. 0.04
Generating R file. 0.28
Compiling debugger engine code. 0.93
Compiling generated Java code. 0.85
Convert byte code - optimized dex. 0.55
Packaging files. 0.25
Copying libraries resources 0.03
Signing package file (debug key). 0.94
ZipAlign file. 0.12
Installing file to device. 4.88
Device serial: 192.168.56.101:5555
Completed successfully
 
Upvote 0

howard bassen

Member
Licensed User
Longtime User
I got it to debug one time after trying many operations on the emulator running the program. It is not possible to repeat this.
 
Upvote 0

howard bassen

Member
Licensed User
Longtime User
You asked:

Does it also happen on the real device? >>> yes I still have the problem

Does it happen if you start a new project? >> yes
 
Upvote 0
Top