aegyed
aegyed

Reputation: 1330

ADP remote debugging two devices at the same time

is it possible to debug two android device parallells? ( nexus 7, galaxy s3 ) I got both devices usb plugged, they both work one-by-one but not together.

about:inspect only shows one device and desktop pages

another side question, is it possible to remote debug iPhone 5 other than Safari? Or this is another thing that apple don't let to happen?

Upvotes: 1

Views: 248

Answers (2)

Shruti
Shruti

Reputation: 5591

That's not possible..

As we can have only one process running for our application at a time in ADB and that will connect to only one device at a time.

Upvotes: 1

Gusdor
Gusdor

Reputation: 14332

It is not possible. ADB will only connect to one source at once.

My best suggestion is two debug with 2 host machines simultaneously. Presumably you have a client/server style application?

Upvotes: 1

Related Questions