Xcode crawls to halt when using breakpoints with expressions on iOS device
Xcode crawls to halt when using breakpoints with expressions on iOS device
- Subject: Xcode crawls to halt when using breakpoints with expressions on iOS device
- From: Markus Spoettl <email@hidden>
- Date: Fri, 19 Apr 2013 15:01:09 +0200
Hi,
on Xcode 4.6.2 (also 4.6.1, not sure if it was there earlier) whenever I use
an auto-continue debugger command action that outputs something using NSLog() like
expr (void)NSLog(@"My object %@", obj);
the app completely freezes as soon as the breakpoint is hit the first time. It
appears as if the app had crashed, but it didn't.
To get out of that freeze, I need to set a normal breakpoint into the code
(doesn't matter where). As soon as I set the breakpoint, Xcode beachballs for 30
seconds. After that it works fine, so does the expression breakpoint and the
logging.
This doesn't happen on the simulator, just when debugging on the device (iPhone
4S in this case).
Has anyone else seen this?
Regards
Markus
--
__________________________________________
Markus Spoettl
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden