We have an iOS application for which we have written XCUI tests. We need to debug the iOS application while the test is running to capture some data. But breakpoints set in the application are never hit. Only the breakpoints in the test target gets hit. Is it not possible to debug the application while the ui tests are running it? Any solution?
Thanks, Reshma