Is it possible to debug / run Xcode iPhone/iPad application project with multiple testing devices at the same time and see console outputs for all of them? I am developing bluetooth application and I would like to test it in full activity mode, being able to see NSLog, etc.. in console for at least 2 connected devices.
I can see that Xcode 4 provides possibility to run multiple debug sessions at a time, but console outputs only logs for one of them. Is there a way to set up Xcode (some build/run settings in the scheme) to be able to see logs for multiple testing devices connected and debugged at the same time?
I know this is an old question, and the above method of using the console works, but I just discovered a method I like better (I don't really like working with two windows all the time, especially with full screen Lion).
Run the debugger on both devices, then you can switch between the two just above the logging console.
Select your device and it will show the corresponding logs below
There doesn't seem to be a nice way of doing it. One hack that I've found is that if you have two instances of Xcode running, you can have two Organizer windows open, each viewing a different log
Launch the 2nd instance using Terminal:
open <path to Xcode.app>/Contents/MacOS/Xcode
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With