Android Question Debug test program with Rapid Debugger = Error with Legacy Debugger = OK

strupp01

Active Member
Licensed User
Longtime User
My program works in release mode without any problems. However, I can no longer start and test it with the normal rapid debugger. Sometimes the notice even appears

'An error occurred.
Connection from Rapid Debugger to process failed. Please try running again.
'

Debugging only works if I activate the legacy debugger. That's why I created and provided a small test program in which the error also occurs.
I would like to know whether the error only occurs to me and is therefore caused by my PC or whether it also occurs on other PCs.
It would also be interesting to know whether there is a way to fix the error when using the Rapid Debugger.

Greetings strupp01
 

Attachments

  • Test_Debuggen.zip
    39.2 KB · Views: 45

klaus

Expert
Licensed User
Longtime User
It works here with the Rapid Debugger.
Which version of B4A are you using ?
Have you tried to Clean the Project ?

1707306075358.png
 
Upvote 0

strupp01

Active Member
Licensed User
Longtime User
Hello Klaus,
I use version 12.80. I have already cleaned the project. I almost think that the problem is with my PC.
 
Upvote 0

strupp01

Active Member
Licensed User
Longtime User
That might be my mistake. I only installed the new B4A version. Nothing else. I'll catch up on that now.
But I only need to do the points below 3.0, right?
 
Upvote 0

strupp01

Active Member
Licensed User
Longtime User
I've updated everything now. Java, Android SDK and B4A installed up to date.
Unfortunately it still doesn't work.
 
Upvote 0

strupp01

Active Member
Licensed User
Longtime User
yes, the paths have been newly created.
but in the meantime I reset the network connection.
Then tried debugging again via USB connection. Faulty again.
I then tried to connect to the B4A bridge via WLAN and then debug.
Great, that's how it works now. Why not via USB is a mystery to me, but for now I can continue working properly.
 
Upvote 0
Top