Extended array of methods best not to touch. Without that, xtrace causes an exception after a while:
'expection' being: _os_unfair_lock_recursive_abort
I added retainWeakReference, _tryRetain, autorelease, isEqual:, hash and I added back the dealloc related methods
1. change
Extended array of methods best not to touch. Without that, xtrace causes an exception after a while: 'expection' being: _os_unfair_lock_recursive_abort
I added retainWeakReference, _tryRetain, autorelease, isEqual:, hash and I added back the dealloc related methods
see:
2. change
Made formatValue function not call isKindOfClass on proxy objects to avoid a crash when proxies implement isKindOfClass
other