1

I want to know is there any way i can debug two applications with two different instances of Xcode.

What i am trying to debug is a application trying to invoke my iphone app via a custom URL scheme.

I want to see both application logs at the same time.Is it possible?

I am debugging on the device not on simulator.

Please point to any proven solution.

Thanks

Sreeram
  • 3,160
  • 6
  • 33
  • 44
  • Take a look at this stack question: http://stackoverflow.com/questions/896487/is-there-a-way-to-simulate-multiple-iphones-using-xcode-iphone-sim – Andreas Helgegren Feb 03 '12 at 18:20
  • I already had gone through that solution.but that solution is for running multiple simulator instances.my question is on simultaneous debugging of two applications on the same device. – Sreeram Feb 03 '12 at 18:32

2 Answers2

0

Have you tried to look at the device logger?

Philip Kramer
  • 302
  • 2
  • 12
  • Thanks for the response.I tried looking into it, it is very large and also i only find some part of my log. – Sreeram Feb 05 '12 at 07:09
0

enter image description here

You can view two targets's output like that, but you can also compile from different versions of Xcode as well (watch it though cause you cannot use the simulator at the same time)

Dani Pralea
  • 4,545
  • 2
  • 31
  • 49