Search code examples
objective-cxcodebreakpoints

Adding all exception breakpoint for simulator but not for iPad


I am trying to run my project on iPad and simulator at the same time. Now i want to add all exception breakpoint for simulator but i am afraid this will be applied to iPad as well. Is there any workaround for this?


Solution

  • I am trying to run my project on iPad and simulator at the same time.

    Is it really possible? (debug it) As far as I know you cannot run and debug both on the device and simulator. Choose one ;)