Android Question Simultaneous debugging of multiple apps on the same device - is possible?

amorosik

Expert
Licensed User
Is it possible to debug two apps running simultaneously on the same device?
For example, I have app1 which is an application launcher
Then app2 is one of the apps started by app1 and to which parameters are passed via intent
Is it possible to use two distinct B4A ide, in debug mode, to verify the functioning of app1 and app2?
 

MikeSW17

Active Member
Licensed User
Is that necessary? They can be tested separately.
It should be obvious if App1 successfully starts App2. If it doesn't, App1 alone needs debugging.
If App2 starts but doesn't function as required, then App2 needs debugging. For that you should be able to hard-code the parameters passed into App2,
 
Upvote 0

amorosik

Expert
Licensed User
Yes, it is necessary, and it would be very useful
To understand if it is possible to do so
The debugging operations cannot be reduced to seeing 'if it starts' or not, the code can be very complex, and so if it were possible it would be a great thing
Actually I don't think there are big problems for the ide
It could be that the B4A-Bridge is not intended to work 'in parallel' with other B4A-Bridges (port number, communication, etc ...)
 
Upvote 0
Top