I have a multiplayer game which should be tested on two devices at the same time, if possible, with debugging.
Can eclipse do this? If so, how?
|
Yes, you need to select each device in the DDMS perspective to get the LogCat output from the relevant device because that window is on a per device basis, but other than that there's nothing preventing you from debugging multiple instances at once. |
|||||||||||||
|