When I run debug-objc binary e.g. id obj = [[NSObject alloc] init]; the debug point +alloc is not triggering in NSObject.mm Mac version:10.14.6 Xcode: Version 11.3.1 Do you know why and how I can fix it? Thanks.
When I run debug-objc binary e.g. id obj = [[NSObject alloc] init];
the debug point +alloc is not triggering in NSObject.mm
Mac version:10.14.6 Xcode: Version 11.3.1
Do you know why and how I can fix it? Thanks.