How can I set a breakpoint on _NSLockError()

Posted by Sheehan Alam on Stack Overflow See other posts from Stack Overflow or by Sheehan Alam
Published on 2010-04-28T18:10:42Z Indexed on 2010/04/28 18:37 UTC
Read the original article Hit count: 196

I am trying to debug multiple threads.

 *** -[NSLock lock]: deadlock (<NSLock: 0xc388ab0> '(null)')
 *** Break on _NSLockError() to debug.

How can I debug this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch