How do I adb to second and third and so forth instances of bluestacks?
As mentioned here one has to enable Adb in preferences of each bluestack instance, then possibly do
adb connect localhost:5555
This will connect to the first instance. adb devices
now shows
emulator-5554 device
localhost:5555 device
Both being the same bluestack instance, namely the first instance.