Wish Simultaneous debugging of multiple apps on the same device

amorosik

Expert
Licensed User
I think that a feature very useful can be to debug two apps (or more) 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
Being able to debug app1 and at the same time app2 allows you to avoid anomalies in the code of both
 
Top