When I try to set up a conditional breakpoint with the condition

        NSThread.isMainThread() == false

And run, Xcode prints this to the debug console:

Stopped due to an error evaluating condition of breakpoint 2.6: 
"NSThread.isMainThread() == false"
Couldn't parse conditional expression:
error: property 'isMainThread' not found on object of type 'NSThread'
error: 1 errors parsing expression

Is there any way to do what I'm trying to do?

TIA,

-- 
Rick Mann
[email protected]



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to